Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

Ziima

Новичок
  
  • 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.