From e2f0e1926448ba70162d2c9d59b0e338c49f939f 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: Thu, 8 Jul 2021 15:46:55 +0800 Subject: Weight unit will be in kgs --- products/ship/shipping.asc | 4 ++-- usertag/anteraja_cost.tag | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/products/ship/shipping.asc b/products/ship/shipping.asc index fced578..8011be1 100644 --- a/products/ship/shipping.asc +++ b/products/ship/shipping.asc @@ -1,5 +1,5 @@ anteraja: Anteraja crit weight - min 1000 - max 50000 + min 1 + max 50 cost f [anteraja_cost district='[evalue address3]' city='[evalue city]' province='[evalue state]' weight=@@TOTAL@@] diff --git a/usertag/anteraja_cost.tag b/usertag/anteraja_cost.tag index b1c03c9..8c840f1 100644 --- a/usertag/anteraja_cost.tag +++ b/usertag/anteraja_cost.tag @@ -11,6 +11,6 @@ sub { my $destination = $Tag->query({sql => "SELECT code FROM shipping WHERE district='" . $district . "' AND city='" . $city . "' AND province='" . $province . "'", wantarray=> 1})->[0]->[0]; - return $Tag->pikul_cost(0, \@provisions, "$origin", "$destination", $weight, 'REG'); + return $Tag->pikul_cost(0, \@provisions, "$origin", "$destination", $weight * 1000, 'REG'); } EOR -- cgit v1.2.3