Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Ziima

Newbie
  
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Ziima's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Здравствуйте, подскажите как сделать обновление цены при заказе в 1 клик И товары почему то не удаляются, на демке так же
  2. Здравствуйте, подскажите в чем может быть проблема, на странице заказа (в личном кабинете) появляются 2 ошибки Notice : Undefined index: shiptor in /home/z/ziimas/gidrobaza.ru/public_html/system/storage/modification/catalog/controller/account/order.php on line 371 Warning : in_array() expects parameter 2 to be array, null given in /home/z/ziimas/gidrobaza.ru/public_html/system/storage/modification/catalog/controller/account/order.php on line 371 вот кусочек кода if ($settings['revcheckout_status']) { $shipping_payment = array(); $shipping_payment = $this->config->get('revtheme_revcheckoutshippay'); $session_shipping_methods = preg_replace('/\..+$/','',$order_info['shipping_code']); if (isset($shipping_payment)) { if ($session_shipping_methods && !in_array('adres_on', $shipping_payment[$session_shipping_methods])) {
  3. В файле shipping_method.tpl вместо строки <?php echo $quote['title']; ?> - <?php echo $quote['text']; ?> Вставил следующий код: <?php $a = $quote['text']; $b = 0; if($a > $b) {echo $quote['title']; ?> - <?php echo $quote['text'];} else {echo $quote['title'];} ?> Теперь, если стоимость доставки определена выводит эту стоимость. Если стоимость не определена - ставим "0" и будет выведено только название доставщика. Подскажите это ни как не повлияет на работоспособность заказа , или есть другое решение.
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.