Merge branch 'master' of ssh://gl.arguments.ru:2224/ak/anpdf
This commit is contained in:
@@ -167,7 +167,7 @@ function checkout_kuri($priceslug, $delivery_id = 1){
|
|||||||
$price = $price + 300;
|
$price = $price + 300;
|
||||||
}
|
}
|
||||||
elseif($delivery_id == 4){ #почта россии за каждый кулек своя доставка
|
elseif($delivery_id == 4){ #почта россии за каждый кулек своя доставка
|
||||||
$price = $price + 250;
|
$price = $price + 300;
|
||||||
$price = $price * $count;
|
$price = $price * $count;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -320,7 +320,7 @@ function delivery_list($weight = 250) {
|
|||||||
$result[$key] = $del;
|
$result[$key] = $del;
|
||||||
|
|
||||||
if ($del['delivery_id'] == 4){
|
if ($del['delivery_id'] == 4){
|
||||||
if ($weight > 250){
|
if ($weight > 499){
|
||||||
$result[$key]['delivery_price'] = 450;
|
$result[$key]['delivery_price'] = 450;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user