From fca6abac8949da52ecb401913fd4a44c472bcf48 Mon Sep 17 00:00:00 2001 From: Andrey Kuvshinov Date: Thu, 6 Oct 2022 20:30:11 +0000 Subject: [PATCH] new gram price order.php --- app/routes/order.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/routes/order.php b/app/routes/order.php index 78935c9..872c353 100644 --- a/app/routes/order.php +++ b/app/routes/order.php @@ -167,7 +167,7 @@ function checkout_kuri($priceslug, $delivery_id = 1){ $price = $price + 300; } elseif($delivery_id == 4){ #почта россии за каждый кулек своя доставка - $price = $price + 250; + $price = $price + 300; $price = $price * $count; } @@ -320,7 +320,7 @@ function delivery_list($weight = 250) { $result[$key] = $del; if ($del['delivery_id'] == 4){ - if ($weight > 250){ + if ($weight > 499){ $result[$key]['delivery_price'] = 450; }