From VM 2.0.2 To 2.0.4
If you use another template then the default one provided, please adapt it to those changes :
1) The calls for creating the prices have been changed
The display:
$prow->subtotal_tax_amount
has been changed to
$this->currencyDisplay->createPriceDiv('taxAmount','', $this->cart->pricesUnformatted[$pkey],false,false,$prow->quantity)
The reason for this change is that the prices are not stored anylonger in the cart to keep the session clean, so that more products can be added to the cart.
The file affected by these change is :
- all price layouts in the cart
=> /components/com_virtuemart/views/cart/tmpl/default_pricelist.php