VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: glasya on June 07, 2012, 16:20:38 PM

Title: Price without tax is 0,00 on invoice
Post by: glasya on June 07, 2012, 16:20:38 PM
Hidiho people,

I noticed that all the products have a base price of €0,00 on my invoices and on the e-mails. The tax and end price is displayed properly however.
When i view the order in the virtuemart back-end it DOES get displayed, and also in the customers account>orders it is displayed properly.

I suspect the following code of handling it (Line 68 - 73 / components\com_virtuemart\views\invoice\tmpl\invoice_items.php):
<?php
    if (VmConfig::get('checkout_show_origprice',1) && !empty($item->product_basePriceWithTax) && $item->product_basePriceWithTax != $item->product_final_price ) {
echo '<span class="line-through">'.$this->currency->priceDisplay($item->product_basePriceWithTax) .'</span><br />' ;
}
?>

<?php echo $this->currency->priceDisplay($item->discountedPriceWithoutTax); ?>


(http://i49.tinypic.com/28ms8o.jpg)
Joomla 2.5.4 / Virtuemart 2.0.6
Title: Re: Price without tax is 0,00 on invoice
Post by: francescomac82 on April 14, 2013, 15:15:02 PM
I have the same problem. Did you resolved it?

It also occours in My Orders page