Подскажите, пожалуйста, как полностью отключить картинки в популярных товарах, скидках, новых товарах
modules/homefeatured/homefeatured.tpl
Код:
<a href="{$product.link}" title="{$product.name|escape:html:'UTF-8'}" class="product_image"><img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home')}" height="{$homeSize.height}" width="{$homeSize.width}" alt="{$product.name|escape:html:'UTF-8'}" /></a>
и тд. в
/modules/blockspecials/blockspecials.tpl
/modules/blocknewproducts/blocknewproducts.tpl
и как отключить кнопку "Подробно" в каталоге товаров.
themes/тема/product-list.tpl
Код:
<a class="button" href="{$product.link|escape:'htmlall':'UTF-8'}" title="{l s='View'}">{l s='View'}</a>