When we have products on sale we would like to cross out the regular price. Is there a way to do it?
When we have products on sale we would like to cross out the regular price. Is there a way to do it?
Add this to your {root}/skins/skin_#/style.css, preferably right above the '.SalePrice' class.
Code:.RegularPrice { text-decoration:line-through; }
Thank you![]()