diff options
Diffstat (limited to 'pages/ord/checkout.html')
| -rw-r--r-- | pages/ord/checkout.html | 10 | 
1 files changed, 2 insertions, 8 deletions
| diff --git a/pages/ord/checkout.html b/pages/ord/checkout.html index ae2e694..19617fe 100644 --- a/pages/ord/checkout.html +++ b/pages/ord/checkout.html @@ -84,14 +84,8 @@  							<div class="container my-4">  								<div class="block-body">  									<div class="row"> -										<div class="form-group col-md-6 d-flex align-items-center">[tmp weight][perl products] -											my $weight = 0.0; -											for my $item (@{$Carts->{main}}) { -												$weight += tag_data('products', 'weight', "$item->{code}") * $item->{quantity}; -											} -											return $weight; -											[/perl][/tmp] -											[pikul_codes company="__PIKUL_ANTERAJA__" district="[value address2]" city="[value city]" province="[value state]" weight="[scratch weight]"] +										<div class="form-group col-md-6 d-flex align-items-center"> +											[pikul_codes company="__PIKUL_ANTERAJA__" district="[value address2]" city="[value city]" province="[value state]"]  											<label class="ml-3" for="ship_widget">  												<strong class="d-block text-uppercase mb-2">[shipping-desc]</strong>  												<span class="text-muted text-sm"> |