nti Posted August 9, 2013 Share Posted August 9, 2013 I would like my store to have no product images. Is there a module for this ? or a way to turn off image display ? I am selling wholesale only to resellers, I do not require product images. All feedback welcomed. Thanks. Link to comment Share on other sites More sharing options...
Paulito Posted August 10, 2013 Share Posted August 10, 2013 Good morning, I suppose you may be able to use "display:none;" in various ps files but the simplest way would be to go to: Back office > Preferences > Images > click on (for example) home_default > on the next page you will see Width and Height boxes > change the numbers to 0 and click save > repeat the above for other images you do not require. Hope this helps Paul Link to comment Share on other sites More sharing options...
vekia Posted August 10, 2013 Share Posted August 10, 2013 i tried your solution perfumeskunk i suppose that it is also necessary to edit the .tpl files, its because there are still images (small dots + labels etc.) Link to comment Share on other sites More sharing options...
Paulito Posted August 10, 2013 Share Posted August 10, 2013 Good morning, I do not get the same as you vekia, see attached Paul Link to comment Share on other sites More sharing options...
vekia Posted August 10, 2013 Share Posted August 10, 2013 because you haven't got labels there "new" etc. moreover, you've got there small dots of the images: Link to comment Share on other sites More sharing options...
NemoPS Posted August 10, 2013 Share Posted August 10, 2013 I partially agree with vekia. Dots are there because images have a border. You can remove all of those things with css by removing the border on the anchor wrapper, or setting it to display: none. THis will also get rid of the labels Link to comment Share on other sites More sharing options...
vekia Posted August 10, 2013 Share Posted August 10, 2013 But in the code, the <img> tags will still appear, even if we define the display:none; in the css Link to comment Share on other sites More sharing options...
Paulito Posted August 10, 2013 Share Posted August 10, 2013 Your right, I think I need some new glasses Paul Link to comment Share on other sites More sharing options...
stottycabanas Posted August 10, 2013 Share Posted August 10, 2013 I haven't tried this, but what would happen if you went to Back office > Preferences > Images and set everything to have red crosses? Link to comment Share on other sites More sharing options...
nti Posted August 10, 2013 Author Share Posted August 10, 2013 Thank you for all replies... very helpful. I have tried many various admin settings without success. I do not wish to hack the pages due to future presta updates and continued hacking. A module for turning off images would be great. Options: products, categories, etc. Thanks and all suggestions and feedback is welcomed. Link to comment Share on other sites More sharing options...
Recommended Posts