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

gluck88

Новичок
  
  • Posts

    10
  • Joined

  • Last visited

Информация

  • Пол
    Мужлина

gluck88's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. Очень нужный и полезный модуль. Спасипотому что freelancer`у за оперативную помощь!
  2. Подскажите как добавить ссылку на товар "Подробнее" с ссылкой на товар вид сетка нашел куда, но никак не могу понять как прописать ссылку на товар в файле catalog/view/theme/your_theme/template/product/category/category.tpl $('.product-grid > div').each(function(index, element) { html = ''; html += '<div class="name">' + $(element).find('.name').html() + '</div>'; var image = $(element).find('.image').html(); if (image != null) { html += '<div class="image">' + image + '</div>'; } html += '<div class="description">' + $(element).find('.description').html() + '</div>'; var price = $(element).find('.price').html(); if (price != null) { html += '<div class="price">' + price + '</div>'; }
  3. Подскажите что нужно поправить в модуле, что бы в категории вместо description выводилось meta_description товара? заранее благодарен!
  4. как встроить форму быстрого заказа на страницу товара в product.tpl? что бы заказать прям на страниэто товара?
  5. Можно ли сформировать список купонов икого плана: от 000 до 300. все номера, а не случайные? Суть в том что дисконтные карты уже напечаины и на них номера по порядку игдет.
×
×
  • 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.