prestashop 1.6 - Disable quick view in product list Prestashop1.6 -
what correct way disable quick view in product in prestashop 1.6
{if isset($quick_view) && $quick_view} <a class="quick-view" href="{$product.link|escape:'html':'utf-8'}" rel="{$product.link|escape:'html':'utf-8'}" title="{l s='quick view'}"> <span>{l s='quick view'}</span> </a> {/if}
isset($quick_view) set?
it in prestashop back-office -> modules
-> modules
-> theme configurator
-> display quick view window on homepage , category pages
Comments
Post a Comment