News:

Support the VirtueMart project and become a member

Main Menu

Discount price Slash problem

Started by coppo82, July 30, 2012, 12:16:12 PM

Previous topic - Next topic

coppo82

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
the best solution for the joomla virtuemart CSV
http://joomdonation.com/components/csv-advanced.html

marriage_minded_man

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