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

marph51by

Newbie
  
  • Posts

    5
  • Joined

  • Last visited

marph51by's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. РЕШЕНО. Проблема была в модуле CDEK. а из-за него и модуль DPD работал некорректно. Решается следующим образом: Надо отредактировать файлы в версии модуля для OpenCart 3.xsystem/config/catalog.php, system/config/default.phpизменив в нем строку$_['session_engine'] = 'db';на$_['session_engine'] = 'file'; Тем самым, включив в качестве сессионного движка файловое хранилище
  2. при таком варианте еще больше ошибок начинает сыпаться
  3. $this->load->model('account/custom_field'); if (isset($this->session->data['guest']['customer_group_id'])) { $custom_fields = $this->model_account_custom_field->getCustomFields($this->session->data['guest']['customer_group_id']); } else { $custom_fields = array(); } не помогает, к сожалению...
  4. Это мне понятно. Я написал сюда в надежде, что кто-нибудь уже сталкивался с подобной проблемой и нашел вариант ее решения.
  5. Здравствуйте! Версия ocStore 3.0.2.0. Периодически возникает ошибка при оформлении заказа. Undefined index: guest in /var/www/sporteks/data/www/sporteks.by/store/catalog/controller/checkout/guest_shipping.php on line 70 Чем она вызвана и как можно исправить? Модуль оформления заказа стандартный. Скрины во вложении
×
×
  • 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.