Jump to content

Display product on special without a reduction in Prestashop


Recommended Posts

Please help! I do not know how to do the coding for this.

How can I modify the Specials block to display products on special without a price reduction in Prestashop as my prices are updated with the price already reduced.

I need a way to add products to the specials block by selecting only the  "Display the "on sale" icon on the product page, and in the text found within the product listing."

Link to comment
Share on other sites

Is it possible to display only the special price without displaying the normal price and discount?

Sorry, I confused your question, you can try to do it by editing the file

/themes/default-bootstrap/css/global.css

Add this code at the end of file

span.old-price,
span.price-percent-reduction {
  display: none !important; }

This will hide discount and percent for all the product lists.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...