what is the correct way to 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) where is this set?
It is in PrestaShop back-office -> Modules
-> Modules
-> Theme configurator
-> Display quick view window on homepage and category pages