jose27madrid Posted September 18, 2008 Share Posted September 18, 2008 This could sound strange, but I need to remove the green button "Add to basket", but only from the front page, because I need the client enter into each product page to buy it... is an easy way to do this? Link to comment Share on other sites More sharing options...
d0m1n1k Posted September 18, 2008 Share Posted September 18, 2008 edit themes/prestashop(or your template name)/product-list.tplline 20 - 24 Link to comment Share on other sites More sharing options...
jose27madrid Posted September 18, 2008 Author Share Posted September 18, 2008 edit themes/prestashop(or your template name)/product-list.tplline 20 - 24 Thank you very much ;-) It works, but this only remove the button when I sort products using categories. In the main page the button "add to cart" is still present. Link to comment Share on other sites More sharing options...
d0m1n1k Posted September 18, 2008 Share Posted September 18, 2008 what do you mean with "main page"?product.php? Link to comment Share on other sites More sharing options...
jose27madrid Posted September 18, 2008 Author Share Posted September 18, 2008 www.tuquimica.comthis page, the first page that appears when you click in the url.i do not know if this is product.phpthanks a lot for your help Link to comment Share on other sites More sharing options...
d0m1n1k Posted September 18, 2008 Share Posted September 18, 2008 modules/homefeatured/homefeatured.tplline 23 - 27should work as expected Link to comment Share on other sites More sharing options...
P55 Posted September 18, 2008 Share Posted September 18, 2008 CSS Hack - You should probably use d0m1n1k's code1. Open your global.css file2. Search for '/* Special style for block accessories in center column (product page) */' (No quotes )Above the highlighted text, You will see this code: #center_column .products_block a.button, #center_column .products_block a.exclusive, #center_column .products_block span.exclusive { margin: 0.5em auto; } Replace it with: #center_column .products_block a.button { margin: 0.5em auto; } #center_column .products_block a.exclusive, #center_column .products_block span.exclusive { display: none; } That should do it. Link to comment Share on other sites More sharing options...
jose27madrid Posted September 18, 2008 Author Share Posted September 18, 2008 YessssssssssssI love you man!!!! jaja thank you! Link to comment Share on other sites More sharing options...
d0m1n1k Posted September 18, 2008 Share Posted September 18, 2008 which of us ;P Link to comment Share on other sites More sharing options...
jose27madrid Posted September 18, 2008 Author Share Posted September 18, 2008 which of us ;P The one with bigger boobs for sure jejeEi guys thanks a lot :-) Link to comment Share on other sites More sharing options...
d0m1n1k Posted September 18, 2008 Share Posted September 18, 2008 hrhrlet's hope that dev's are working as hard on rc1 as we do Link to comment Share on other sites More sharing options...
psatha Posted April 24, 2009 Share Posted April 24, 2009 edit themes/prestashop(or your template name)/product-list.tplline 20 - 24 so so thank you very much man!best regards Link to comment Share on other sites More sharing options...
Recommended Posts