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

VasyaGrulyk

Новичок
  
  • Posts

    6
  • Joined

  • Last visited

About VasyaGrulyk

  • Birthday 09/19/1983

Информация

  • Пол
    Мужлина

VasyaGrulyk's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. Возможно конфликт скриптов. Не подклюлили 2 разные версии jqwery ?
  2. Как релизовать проверку добавлен ли товар в закладки? Тоесть если товар уже в закладках , должна поменяться запись вместо "в закладки" на "уже в закладках" Opencart 1.5.5.1
  3. Попробуй ик может https://halfhope.ru/2014/07/29/%D0%B7%D0%B0%D0%BF%D0%B8%D1%81%D0%BA%D0%B0-%D0%BA%D0%B0%D0%BA-%D1%83%D0%B1%D1%80%D0%B0%D1%82%D1%8C-%D1%80%D0%BE%D0%B4%D0%B8%D1%82%D0%B5%D0%BB%D1%8C%D1%81%D0%BA%D0%B8%D0%B5-%D0%BA%D0%B0%D1%82%D0%B5/
  4. Поменяй в сепро if (isset($postfix)) { $seo_url .= trim($this->config->get('config_seo_url_postfix')); } else { $seo_url .= '/' ; } на if (isset($postfix)) { $seo_url .= trim($this->config->get('config_seo_url_postfix')); } else { $seo_url .= '' ;/* слеш после урла*/ }
  5. Подскажите, если нужно с урла убрать все категории вместо них назналить постоянную надпись, например вместо: site.ru/category1/tovar1.html site.ru/category1/category2/tovar2.html сгделать: site.ru/magazin/tovar1.html site.ru/magazin/tovar2.html Можно в сеопро подправить и ггде именно? Искал в этом куске кода, пока не получается switch ($route) { case 'product/product': if (isset($data['product_id'])) { $tmp = $data; $data = array(); if ($this->config->get('config_seo_url_include_path')) { $data['path'] = $this->getPathByProduct($tmp['product_id']); if (!$data['path']) return $link; } $data['product_id'] = $tmp['product_id']; if (isset($tmp['tracking'])) { $data['tracking'] = $tmp['tracking']; } } break;
×
×
  • 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.