VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product pricing => Topic started by: luiskar on February 15, 2014, 13:31:11 PM

Title: Don't shows me original price when I apply a discount
Post by: luiskar on February 15, 2014, 13:31:11 PM
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
Title: Re: Don't shows me original price when I apply a discount
Post by: luiskar on February 15, 2014, 18:07:23 PM
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?
Title: Re: Don't shows me original price when I apply a discount
Post by: 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
Title: Re: Don't shows me original price when I apply a discount
Post by: 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
Title: Re: Don't shows me original price when I apply a discount
Post by: servlet on January 02, 2015, 21:38:31 PM
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.