Quick question. I have a product who's Retail Price is $10 and that I'm selling for $10 (because this is for a non-profit store, all products are like this). It's not needed to constantly tell the customer they are saving $0.00 (0%). Any way to turn this off?
Yes, css is your friend. Please add the following line in your theme.css.
.ProductSavedPrice { display:none;}
Frank, do you have a list of css classes published somewhere?
Thanks,
Tom
Edit: Figured these out so far :)
.ProductSavedPrice { display:none;} .ProductRetailPrice { display:none;} .ProductSku { display:none;}
All css classes are in theme.css file, which is under DesktopModules\AliCommerce\Themes\Grey.