News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Price without tax is 0,00 on invoice

Started by glasya, June 07, 2012, 16:20:38 PM

Previous topic - Next topic

glasya

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); ?>



Joomla 2.5.4 / Virtuemart 2.0.6

francescomac82

I have the same problem. Did you resolved it?

It also occours in My Orders page