Hello, how do I show the prices for discounts on the category page? I want the full price and the discounted price to show (StoreBox on Wordpress).
Example the page https://www.country-town.it/categoria-prodotto/countrywear/donna-countrywear/
item https://www.country-town.it/categoria-prodotto/countrywear/donna-countrywear/ should show both prices €104.90 €52.45 .
It does on the product page but not on the category page.
Thank you.
Andrea
Hi yabeweb, You can use the following code in the style.css file or Customize > Additonal CSS. ul.products li.product .price del {display: block !important;}
ul.products li.product .price del {display: block !important;}
dominic thank you very much! Worked like a charm