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

fanatic

Пользователи
  • Posts

    4,894
  • Joined

  • Last visited

Technical support

  • Works Day
    Пн
    Вт
    Ср
    Чт
    Пт
  • Holidays
    Сб
    Вс
  • Works time
    9.00 - 20.00
  • Status
    Работаю

Информация

  • Пол
    Мужчина
  • Город:
    Днепр

Recent Profile Visitors

24,247 profile views

fanatic's Achievements

Grand Master

Grand Master (14/14)

  • Dedicated Rare
  • First Post
  • Collaborator
  • Posting Machine Rare
  • Reacting Well Rare

Recent Badges

490

Reputation

  1. catalog\view\theme\default\template\product\complect.twig найти <td> <div class="form-group"> <input class="product-selected" id="checkbox{{ c.id }}" type="checkbox" name="product_selected[]" value="{{ c.id }}"> </div> </td> и добавить инпуту checked
  2. сейчас, все нормально? или что-то не работает?
  3. для версии opencart 3.0 выполнить в phpMyАdmin запросы. не забываем заменить префикс таблиц(oc_), если у вас другой. CREATE TABLE IF NOT EXISTS `oc_product_in_complect` ( `id` int(11) UNSIGNED AUTO_INCREMENT PRIMARY KEY, `product_id` int(11) NOT NULL, `complect_id` int(11) NOT NULL, `count_p` int(11) NOT NULL ) ENGINE=MyISAM AUTO_INCREMENT=0 DEFAULT CHARSET=utf8 CREATE TABLE IF NOT EXISTS `oc_product_complect_option` ( `product_id` int(11) NOT NULL, `complect_id` int(11) NOT NULL, `option_value_id` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8
  4. это не ошибка это путь к файлу в котором ошибка покажите полностью что выдает
  5. симпла не отправляет письма копать контроллер и шаблон отправки письма
  6. из коробки, нет такого функционала комплектующие, добавляются только со страницы товара
×
×
  • 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.