Disable quick view in product list Prestashop1.6

Aljon Ngo picture Aljon Ngo · Jun 11, 2014 · Viewed 15.8k times · Source

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?

Answer

yenshirak picture yenshirak · Jun 11, 2014

It is in PrestaShop back-office -> Modules -> Modules -> Theme configurator -> Display quick view window on homepage and category pages