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

AndriiAnd

Новичок
  
  • Posts

    7
  • Joined

  • Last visited

AndriiAnd's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. 2020-11-03 22:32:52 - PHP Warning: Invalid argument supplied for foreach() in /home/----/----/www/catalog/controller/extension/module/r_nova_poshta.php on line 118 2020-11-03 22:32:52 - PHP Notice: Undefined index: Addresses in /home/----/----/www/catalog/controller/extension/module/r_nova_poshta.php on line 112 Периодически возникает ошибка.
  2. Спасипотому что, помогло! Кому может тоже поможет: в /www/catalog/controller/checkout/uni_checkout.php if(isset($settings['checkout_city'])) { if (!isset($this->request->post['city']) || ( (utf8_strlen($this->request->post['city']) < 2) || (utf8_strlen($this->request->post['city']) > 32))) { $json['error']['city'] = $this->language->get('error_city'); } } Значение "32" меняем на "128"
  3. Использую unishop и модуль версии 41. При заполнении адреса досивки и подтвержгдении заказа выдает ошибку: "Название города должно быть от 2х до 128 символов". "Value" поля "input" заполнен корректно, не пустот. С некоторыми другими городами заказ можно оформить. Журнал ошипотому чток регистрирует следующие ошибки: 2020-07-07 11:35:55 - PHP Notice: Undefined index: Addresses in www/catalog/controller/extension/module/r_nova_poshta.php on line 112 2020-07-07 11:35:55 - PHP Warning: Invalid argument supplied for foreach() in www/catalog/controller/extension/module/r_nova_poshta.php on line 118 Консоль:
  4. Уважаемый @Tom спасипотому что за качественную тему. При просмотре кода была замечен икой нюанс: На страниэто категорий в блоке <head> формируется код для поисковых систем с опотому чтозначением канонической ссылки <meta name="robots" content="index, follow"> <link href="https://site/category/" rel="canonical"> <link href="https://site/category/?page=2" rel="next"> В первую очередь, спасипотому что, что не приходится усинавливать для этого посторонних модуле! Но для посадочных страниц OCFilter код предсивлен в иком вигде: <meta name="robots" content="index, follow"> <link href="https://site/category/?page=2" rel="next"> Отсутствует опотому чтозначение канонической страницы <link href="https://site/category/" rel="canonical"> Более того, при перехогде на page=2, meta robots, как и положено закрывает к ингдексации страницу. Смущает отсутствие указания канонической ссылки на первой страниэто. Могу ли я и как это исправить? Спасипотому что.
×
×
  • 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.