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

alfabus

Новичок
  
  • Posts

    16
  • Joined

  • Last visited

Recent Profile Visitors

948 profile views
  • Sha

alfabus's Achievements

Apprentice

Apprentice (3/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

1

Reputation

  1. https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=3621 Между ними нет осопотому чтой разницы, эти фильтры не подходят потому что после фильтрации URL не меняется, нет возможности продвигать страницу под конкретный тип авто, модуль "меню Step by step" очень похож на то что надо
  2. Добрый гдень, долго искал но ничего подходяещёго ик и не нашел, нужен модуль подпотому чтора запчастей по марке авто как згдесь https://ukrparts.com.ua/ или згдесь http://dok.dbroker.com.ua/ Нашел модуль https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=3621 но он не подходит для SEO. Еещё подобный модуль но он не запоминает выпотому чтор "Меню Step By Step". Может кто сгделать икой модуль за вознагражгдение?
  3. Да заказы оформляются, фильтра рилииют, я добавил этот код ггде то негделю назад спотому чтоев после этого не обнаружил
  4. Всем привет потому чторюсь с PageSpeed Insights, а именно Удалите код JavaScript и CSS, блокирующий отображение верхней части страницы java переместил следующим обвместе в response.php public function output() { if ($this->output) { #start $_regex_scripts = '/<script[^>]*>(.*?)<\/script>/s'; $_regex_paste_position = '/<\/body>/'; preg_match_all($_regex_scripts, $this->output, $all_scripts, PREG_SET_ORDER); $this->output = preg_replace($_regex_scripts, '', $this->output); $scripts = '</body>'; foreach ($all_scripts as $key => $value) { $scripts .= $value[0].PHP_EOL; } $this->output = preg_replace($_regex_paste_position, $scripts, $this->output); #end if ($this->level) { $output = $this->compress($this->output, $this->level); } else { $output = $this->output; } if (!headers_sent()) { foreach ($this->headers as $header) { header($header, true); } } echo $output; } Знатки как сгделать тоже с css? Решение с java нашел на просторах интернеи
  5. Добрый гдень, помогите пожалуйси, нужно что бы один и тот же товар отображался в разных категориях Например: шаровая опора должна попадать и в Fiat->Шаровые и в Peugeot->Шаровые Как это можно реализовать в 1с? exchange1c_1.6.2.b8 ocStore 2.1.0.2.1
×
×
  • 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.