Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable quick view in product list Prestashop1.6

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?

like image 751
Aljon Ngo Avatar asked Jun 11 '14 03:06

Aljon Ngo


1 Answers

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

like image 146
yenshirak Avatar answered Nov 02 '22 19:11

yenshirak