Hello
I am getting the following error in my cart (yagendoo ajax cart):
virtuemart_state_id in /home/user/public_html/administrator/components/com_virtuemart/helpers/calculationh.php on line 1272
Can anyone help me with this error?
Thank you for any help
Martin
VM 3.0.9 J3.4.1
ehrm, you wrote only parts of the error
the code there
} else if (!empty($rule['virtuemart_state_ids']) ) {
$hitsDeliveryArea = $this->testRulePartEffecting($rule['virtuemart_state_ids'], $this->_deliveryState);
}
So what is with virtuemart_state_ids ? virtuemart_state_id is not used there
seems the vmdebug has an old virtuemart_state_id there, just delete the line
So just delete line 1272? Any of the lines around it?
Martin
just the line with the vmdebug, or just the .$virtuemart_state_id (beware the dot)
fix is now here http://dev.virtuemart.net/projects/virtuemart/files vm3.0.9.4