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

kJlukOo

Users
  • Posts

    1,794
  • Joined

  • Last visited

Everything posted by kJlukOo

  1. добрый день. это не кол-во а сортировка в столбике справа кол-во модуль берет из минимума. если минимум будет 2 то и там будет 2
  2. используйте эти стили они помогут @media (min-width:1200px){ .col-lg-1:nth-child(12n+1){clear:left;} .col-lg-2:nth-child(6n+1){clear:left;} .col-lg-3:nth-child(4n+1){clear:left;} .col-lg-4:nth-child(3n+1){clear:left;} .col-lg-6:nth-child(odd){clear:left;} } @media (min-width:992px) and (max-width:1199px){ .col-md-1:nth-child(12n+1){clear:left;} .col-md-2:nth-child(6n+1){clear:left;} .col-md-3:nth-child(4n+1){clear:left;} .col-md-4:nth-child(3n+1){clear:left;} .col-md-6:nth-child(odd){clear:left;} } @media (min-width:768px) and (max-width:991px){ .col-sm-1:nth-child(12n+1){clear:left;} .col-sm-2:nth-child(6n+1){clear:left;} .col-sm-3:nth-child(4n+1){clear:left;} .col-sm-4:nth-child(3n+1){clear:left;} .col-sm-6:nth-child(odd){clear:left;} } @media (max-width:767px){ .col-xs-1:nth-child(12n+1){clear:left;} .col-xs-2:nth-child(6n+1){clear:left;} .col-xs-3:nth-child(4n+1){clear:left;} .col-xs-4:nth-child(3n+1){clear:left;} .col-xs-6:nth-child(odd){clear:left;} }
  3. ну как. начни с - select * from oc_product p left join oc_product_to_category ptc on (p.product_id=ptc.product_id) where ptc.category_id is null
  4. эти комплекты встраиваются на страницу где уже есть мета заголовки. у стр всех комплектов своя мета
  5. https://proskateshop.ru/search/?search= 1 товар http://domaok.by/mebel_dlya_vannoy_komnaty/shkaf_penal_akvaton_amerina_34x318_cvet_belyy в категории нет вывода https://kaprizov.net/kolyaski/progulochnye-kolyaski/carrello-magia-crl-10401-cedar-brown в категории нет вывода а вообще смотрите в демо. в демо полный функционал раскрыт
  6. привязка происходит в редактировании товара. просто товар к товару вешается а группы это доп блоки в товаре. если нужно более 1 блока стандартного атрибут нельзя. можно например отличительную черту в каком-то поле типа upc указывать и выводить
  7. 1. нет. можно в комплектах про 2. нет. комплект это обычный набор товаров в корзине, на которые начисляется скидка (по условию, что они вместе в корзине)
  8. значит делали не верно. инструкция верная (пробежался глазами) на каком этапе слетело все? что видно теперь?
  9. контроллер не видит скорее всего советую для начала создать пустой контроллер с тестовой функцией типа public function test { exit(); } и вызвать её смотрите название класса внимательно может там еще для уверенности можете сделать http://ocstore-2.3.0.2.3/index.php?route=information/brushes/index
  10. <div id="message-home"></div> вот тут сразу закрывающий тег. может в этом дело перенести в конец
  11. добавляет теперь в насторйке "js add to cart" укажите жс код, что-то вроде такого json=json[0]; $('.tooltip').remove(); $('#modal-cart').remove(); html = '<div id="modal-cart" class="modal fade">'; html += ' <div class="modal-dialog">'; html += ' <div class="modal-content">'; html += ' <div class="modal-header">'; html += ' <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>'; html += ' </div>'; html += ' <div class="modal-body">'; html += json['success_new']; html += ' </div>'; html += ' </div>'; html += ' </div>'; html += '</div>'; $('#content').parent().before(html); $('#modal-cart').modal('show'); product_id = $('input[name=\'product_id\']').val(); $('#cart > button').html('<i class="fa fa-shopping-basket"></i><span id="cart-total">' + json['total_items'] + '</span>'); replace_button(product_id); $('#cart > ul').load('index.php?route=common/cart/info ul li'); $('#cart').addClass('show');
×
×
  • 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.