Disable quick view in product list Prestashop1.6
Asked Answered
G

2

9

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?

Gimcrackery answered 11/6, 2014 at 3:18 Comment(0)
B
16

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

Barge answered 11/6, 2014 at 5:39 Comment(0)
E
0

In Prestashop 1.7.x, you have to go to the theme : /templates/catalog/_partials/miniatures/product.tpl and remove the code quickview

Erbium answered 20/12, 2017 at 10:50 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.