rtnair Posted August 15, 2013 Share Posted August 15, 2013 Hello, Can somebody help me with removing the product image/placeholder completely? ie, I don't want the product image OR image placeholder to show up in my website. Thanks and Regards, Raja. Link to comment Share on other sites More sharing options...
vekia Posted August 15, 2013 Share Posted August 15, 2013 hello in this case you will have to edit: theme template files product.tpl product-list.tpl module template files everything depends on what modules you use Link to comment Share on other sites More sharing options...
sidk Posted May 1, 2014 Share Posted May 1, 2014 I m completely new to e-commerce and programming. I have a similar requirement for product display. all i want to display products in a list without images in one line with " add to cart" button at the end. example " 300. Coca-Cola 1.5L £2.70 add to cart is that possible? if so how to do it? Link to comment Share on other sites More sharing options...
lukasknol Posted May 11, 2014 Share Posted May 11, 2014 I'm looking for something similar. Is there an easy trick to disable all the category and product images in the standard template of prestashop 1.6? Link to comment Share on other sites More sharing options...
najimambari Posted April 29, 2015 Share Posted April 29, 2015 Hello everyone, Is there a solution already for this topic? I am facing the same problem and maybe there is a addon for this? Link to comment Share on other sites More sharing options...
sekwoja Posted March 21, 2016 Share Posted March 21, 2016 (edited) You can do this by using function display:none in your css or jquery, by removing whole span/div/img, like: $(document).ready(function() { $("selector").remove(); }); Currently, I have similar problems when it comes to modyfing product.tpl and protuct-list.tpl. Edited March 21, 2016 by sekwoja (see edit history) Link to comment Share on other sites More sharing options...
hari04 Posted August 9, 2016 Share Posted August 9, 2016 Hello New to Prestashop! Would like to know clear steps for doing the below tasks: 1. Removing product image holders from category product view. 2. Disable product page link from category product view. Prestashop 1.6.1.6 - Php 7.0.6 Link to comment Share on other sites More sharing options...
Recommended Posts