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

chukcha

Users
  • Posts

    20,719
  • Joined

  • Last visited

Everything posted by chukcha

  1. тута )) https://opencartforum.com/ru/files/file/8661-admin-quick-links-for-admin-panel/?utm_source=opencartforum&utm_medium=categorypage&utm_campaign=category
  2. В папке adni/language Создайте папку kk-kz И скопируйте туда иконку языка
  3. смотреть в системный лог ошибок
  4. То вам пощастило ))) Найти перший заголовок (h1 або h2) в блоці контенту. Іноді його виносять за межи
  5. Якщо немає якихось "закритих" модулів, то можна щось скорегувати на нові версії PHP
  6. $image_exist = $category_info['image']; foreach ($results as $result) { if (!$image_exist) { if ($result['image']) { $data['thumb'] = $this->model_tool_image->resize($result['image'], $this->config->get('theme_' . $this->config->get('config_theme') . '_image_category_width'), $this->config->get('theme_' . $this->config->get('config_theme') . '_image_category_height')); $image_exist = $result['image']; }
  7. Не маю поняття Мій модуль про ціни для груп нчого не знає
  8. $row_exist = SELECT * FROM " . DB_PREFIX . "cart WHERE session_id = '" . $this->db->escape($this->session->getId()) . "' AND product_id = (int)$this->requst->get['product_id]"; if num_rows { $data['button_cart'] = 'Вже у кошику" Ї
  9. Дайте йому посилання на hreflang https://developers.google.com/search/docs/specialty/international/localized-versions
  10. Це є у google indexing api Можна не виводити перемикач, та не робити hreflang Можна редіректити на українськомовну сторінку
  11. відкрийте для себе system\library\language.php class Language { private $default = 'uk-ua'; private $default = 'en-gb'; НАВІЩО!!!!??????
×
×
  • 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.