diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-20 14:50:48 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-20 14:50:48 +0800 |
commit | 488e6e8145ce64dd124ba6187a5d7b5813bb927b (patch) | |
tree | 3a81f24f4273fad235e9d0f1b82ffcf737fd96b2 /pages/ord/checkout.html | |
parent | 0550cb43f08b97292639f800512df3965ee96df1 (diff) |
Trying to get weight shouldn't be the template user's concern
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"> |