MarlboroMan Posted June 30, 2016 Share Posted June 30, 2016 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 More sharing options...
Rolige Posted June 30, 2016 Share Posted June 30, 2016 Many files are related, in fact, you could need a custom field in the product editor to indicate the product as "offer". Link to comment Share on other sites More sharing options...
MarlboroMan Posted June 30, 2016 Author Share Posted June 30, 2016 Is it possible to display only the special price without displaying the normal price and discount? Link to comment Share on other sites More sharing options...
Rolige Posted June 30, 2016 Share Posted June 30, 2016 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 More sharing options...
MarlboroMan Posted July 1, 2016 Author Share Posted July 1, 2016 Thank You! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now