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

axxl

Newbie
  
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

890 profile views

axxl's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. Чтобы в категории ссылка на товар вместо ссылка стала надо отредактировать: /catalog/controller/product/category.php найти строку 'href' => $this->url->link('product/product', 'path=' . $this->request->get['path'] . '&product_id=' . $result['product_id'] . $url) и заменить на 'href' => $this->url->link('product/product', 'product_id=' . $result['product_id'] . $url)
  2. Если через стандартный return-add - то только доработкой контроллера и шаблона. или ставить модуль конструктора форм и принимать информацию о возвратах через него.
  3. Добрый день! Нашлось какое-то решение для конструирования корпусной мебели под OpenCart?
  4. Вдруг кому то будет актуально, мой gitignore для OpenCart 2.3: *.jpg *.jpeg *.png *.gif *.zip *.rar *.scss *.less catalog/view/javascript/**/??.js admin/view/javascript/**/??.js admin/view/javascript/**/lang/*.js system/storage/* Таким образом, не берем в GIT репозитарий данные о картинках, CSS движках (LESS и SCSS) и языковых пакетов для JS. + полностью исключил себе system/storage/ , поскольку там всё должно автоматически генерироваться после пересборки системы через обновление модификаторов
  5. Как прошел переход? Довольны? Много ли функционала пришлось доделывать относительно cs cart?
×
×
  • 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.