defistyle Posted January 21, 2014 Share Posted January 21, 2014 hello I am trying prestashop 1.6 I want my product when you click one sees only the quick view and make disappear the more info button. how can I do this thank you Link to comment Share on other sites More sharing options...
PhpMadman Posted January 22, 2014 Share Posted January 22, 2014 in themes/default-bootstrap/product-list.tpl search for <a itemprop="url" class="button lnk_view btn btn-default" href="{$product.link|escape:'html':'UTF-8'}" title="{l s='View'}"> <span>{l s='More'}</span> </a> just add style="display:hidden" after the <a And it should be removed from the page. Link to comment Share on other sites More sharing options...
Recommended Posts