humbert Posted May 9, 2017 Share Posted May 9, 2017 Дефолтный шаблон, добавил товары, добавил обложку товара, добавил атрибуты типа color, к каждому атрибуту назначил картинку товара нужного цвета Теперь в списке товаров вместо необходимой обложки показывается картинка первого атрибута. Link to comment Share on other sites More sharing options...
humbert Posted May 9, 2017 Author Share Posted May 9, 2017 (edited) Исправилthemes/ваша_тема/templates/catalog/_partials/miniatures/product-listgrid.tplБыло {block name='product_thumbnail'} <a href="{$product.url}" class="thumbnail product-thumbnail"> <img src = "{$product.cover.bySize.home_default.url}" alt = "{$product.cover.legend}" data-full-size-image-url = "{$product.cover.large.url}" > </a> {/block} Стало {block name='product_thumbnail'} <a href="{$product.url}" class="thumbnail product-thumbnail"> <img src = "{$link->getImageLink($product.link_rewrite, $product.id_image, 'home_default')|escape:'html':'UTF-8'}" alt = "{$product.cover.legend}" data-full-size-image-url = "{$product.cover.large.url}" > </a> {/block} Edited May 9, 2017 by humbert (see edit history) Link to comment Share on other sites More sharing options...
humbert Posted May 9, 2017 Author Share Posted May 9, 2017 Теперь еще одна проблема - не видно все галереи товаров. При заходе на товар идет редирект на страницу дефолтной комбинации и показывается картинка только этой комбинации. Раньше, в Prestashop 1.6 показывалась полная галерея, в 1.7 зачем-то убрали это. Теперь чтобы посмотреть все цвета, надо поочередно выбирать цвета. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now