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

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -