Hi Guys,
i have follow problem after last update. I hope u can help.
But im not the only user with this problem:
I become follow error in frontend:
Notice: Undefined index: subTotal in
administrator/components/com_virtuemart/helpers/calculationh.php on line 886
In this line is follow code:
//When the rule got not active, we remove the rule
foreach ($this->_cart->cartData['DATaxRulesBill'] as $k=>&$rule) {
vmdebug('calc_categories $darule[\'subTotal\'] ',$rule['subTotal']);
if(empty($rule['subTotal'])){
unset($this->_cart->cartData['DATaxRulesBill'][$k]);
}
}
And on the checkout:
Notice: Undefined index: taxAmount in /www/htdocs/w01ad8fe/fantasticbaits.de/components/com_virtuemart/helpers/cart.php on line 2489
Notice: Undefined index: priceWithoutTax in /www/htdocs/w01ad8fe/fantasticbaits.de/components/com_virtuemart/helpers/cart.php on line 2490
Notice: Undefined index: discountedPriceWithoutTax in /www/htdocs/w01ad8fe/fantasticbaits.de/components/com_virtuemart/helpers/cart.php on line 2491
in the lines follow codes:
$data->billTotal_tax_amount = $currencyDisplay->priceDisplay( $this->cartPrices['taxAmount'] );
$data->billTotal_net = $currencyDisplay->priceDisplay( $this->cartPrices['priceWithoutTax'] );
$data->billTotal_discounted_net = $currencyDisplay->priceDisplay( $this->cartPrices['discountedPriceWithoutTax'] );
Can anyone help please?
Greatings