Mary26 Posted January 29, 2015 Share Posted January 29, 2015 Prestashop 1.6 theme by defaultHello,I want to remove the button " MORE" (detail in French)And then center the "Add to Cart " button ( Ajouter au panier in French)Thank you for your help. Link to comment Share on other sites More sharing options...
vendugeek Posted December 11, 2016 Share Posted December 11, 2016 Hi, I would like to remove it too, how please ?? Link to comment Share on other sites More sharing options...
ericzon Posted December 11, 2016 Share Posted December 11, 2016 (edited) Hi all, You just need to comment these lines from the file product-list.tpl in your theme: <a class="button lnk_view btn btn-default" href="{$product.link|escape:'html':'UTF-8'}" title="{l s='View'}"> <span>{if (isset($product.customization_required) && $product.customization_required)}{l s='Customize'}{else}{l s='More'}{/if}</span> </a> Result: Regards Edited December 11, 2016 by ericzon (see edit history) 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now