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
I have the same problem. Did you resolved it?
It also occours in My Orders page