diff options
| author | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-21 13:38:22 +0700 | 
|---|---|---|
| committer | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-21 13:38:22 +0700 | 
| commit | e5f88c535cd7e819d6850aac0b8ac769cf86ef4c (patch) | |
| tree | be9efd3ad7cc48854f4dac1dd46e2fb2d2c27435 /pages/ord/checkout.html | |
| parent | 4716ef452f1f0665b11445bd0338142e5fca5584 (diff) | |
add SLA on shipping duration
Diffstat (limited to 'pages/ord/checkout.html')
| -rw-r--r-- | pages/ord/checkout.html | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/pages/ord/checkout.html b/pages/ord/checkout.html index f8fa89a..57702bd 100644 --- a/pages/ord/checkout.html +++ b/pages/ord/checkout.html @@ -88,9 +88,9 @@  									<!-- Shipping duration -->  									<div class="form-floating">  										<select class="form-select mb-3" aria-label="Shipping duration" id="shippingDurationSelect"> -											<option selected value="1">Next Day</option> -											<option value="2">Reguler</option> -											<option value="3">Kargo</option> +											<option selected value="1">Next Day (1 hari)</option> +											<option value="2">Reguler (2-3 hari)</option> +											<option value="3">Kargo (2-4 hari)</option>  										</select>  										<label for="shippingDurationSelect">Shipping duration</label>  									</div> |