Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Подтверждаю, есть такое дело, но сбивается не только наложенный платеж, доставка почтой тоже.да, исключительно в админке, при редактировани, сбивается наложенный платеж
$x = ($_SESSION['cart']->show_total()/100)*$rate;
$x = 100-$rate;
$y = ($price/$x)*100;
$appraisal_price = $delivery + $_SESSION['cart']->show_total();
$appraisal_price = $delivery + $cart->show_total();
$delivery = $shipping+
((($shipping+$_SESSION['cart']->show_total())/100)*$burden);
$delivery = $shipping+
((($shipping+$cart->show_total())/100)*$burden);