I'm using joomla 2.5, php 5.3.27, vm 2.0.24b
It's shows me the price with discount and how much discount but don't shows me the original price. In opcions I put this options:
Base price with tax but no discounts
Final sales price
The sale price discount
Quantity Discount
Looking for with firebug I think I found the problem. In this code:
<span class="price-crossed">
<div class="PricebasePriceWithTax" style="display : none;">0</div>
</span>
But i don't find in what file is this code, anyone knows?
That usually means you have configured that pricing not to show - or you have an override issue. Hints in this thread: http://forum.virtuemart.net/index.php?topic=121993
Quote from: jenkinhill on February 15, 2014, 19:03:47 PM
That usually means you have configured that pricing not to show - or you have an override issue. Hints in this thread: http://forum.virtuemart.net/index.php?topic=121993
Thanks, the problem was that i don't use taxes, i put the price with taxes included. I create a virtual tax 0% an know work perfect
Quote from: luiskar on February 15, 2014, 19:23:03 PM
Quote from: jenkinhill on February 15, 2014, 19:03:47 PM
That usually means you have configured that pricing not to show - or you have an override issue. Hints in this thread: http://forum.virtuemart.net/index.php?topic=121993
Thanks, the problem was that i don't use taxes, i put the price with taxes included. I create a virtual tax 0% an know work perfect
It works but I think this is a bug. It is not correct! Not all firms are VAT registered.