Jump to content

Help needed with removing product images and image placeholders.


Recommended Posts

  • 8 months later...

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 cartmenu-button-plus.png

 

is that possible? if so how to do it?

Link to comment
Share on other sites

  • 2 weeks later...
  • 11 months later...
  • 10 months later...

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 by sekwoja (see edit history)
Link to comment
Share on other sites

  • 4 months later...

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

×
×
  • Create New...