Hi to all , i would like to explain my problem
in my product details i show this two prices
PricebasePriceWithTax
PricesalesPrice
i add this code into the css
.PricebasePriceWithTax { color: #888888; text-decoration: line-through;}
so that the PricebasePriceWithTax have a slash line
now my problem is how to show only the PricesalesPrice when there is no DISCOUNT price ???
Thanks a lot
Hi Coppo82.
I know its been a while, but I was looking do so the same thing.
I solved it by doing this:
Add a vat tax rule that adds 0 (just a dummy rule). Apply that rule to the vendor.
Then in your product pricing overwrite the base price with the discounted price. The system will automatically add a slash through the baseprice.
I'm new at this, so not sure if this it right or not, but seemed to work.
Any thoughts?
MMM