From dcf7934c1cea7bc9585aec842e9f6314220bfd8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Tue, 20 Jul 2021 00:19:11 +0800 Subject: Show available shippings dynamically --- pages/ord/checkout.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'pages/ord/checkout.html') diff --git a/pages/ord/checkout.html b/pages/ord/checkout.html index 247c28a..ae2e694 100644 --- a/pages/ord/checkout.html +++ b/pages/ord/checkout.html @@ -84,8 +84,14 @@
-
- [shipping widget="radio" extra='id="ship_widget" onchange="this.form.submit()"'] +
[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]"]