diff options
Diffstat (limited to 'pages/ord')
| -rw-r--r-- | pages/ord/checkout.html | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/pages/ord/checkout.html b/pages/ord/checkout.html index 57702bd..9113be8 100644 --- a/pages/ord/checkout.html +++ b/pages/ord/checkout.html @@ -85,6 +85,9 @@  							<!-- Delivery option-->  							<div class="container my-4">  								<div class="block-body"> +										<div class="form-group d-flex"> +											[pikul widget="select" extra='id="ship_widget" class="form-control" onchange="this.form.submit()"'] +										</div>  									<!-- Shipping duration -->  									<div class="form-floating">  										<select class="form-select mb-3" aria-label="Shipping duration" id="shippingDurationSelect"> |