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

andreiy

Новичок
  
  • Posts

    3
  • Joined

  • Last visited

andreiy's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. Можно js <div id="product-{{ product.product_id }}"> <img src="{{ product.thumb }}" onerror="no_img({{ product.product_id }});" /> </div> <script><!-- no_img = function(id) { $( '#product-' + id ).css( 'display', 'none' ); } //--></script>
  2. Путь к модулю "Рекомендуемые товары" /catalog/controller/extension/module/featured.php
  3. Там проещё. Нужно изменить в каждом контроллере модуля выводимого на главной $this->url->link('product/product', 'product_id=' . $product_info['product_id']) на $this->url->link('product/product', 'path=&product_id=' . $product_info['product_id']) Модификатором, конечно
×
×
  • 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.