VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Rixters on November 26, 2012, 11:03:48 AM

Title: [ SOLVED ] Error returning in shop orders.php
Post by: Rixters on November 26, 2012, 11:03:48 AM
After payment I return to the shop and there is an error.

Warning: Invalid argument supplied for foreach()
in ***/public_html/administrator/components/com_virtuemart/order.php on line 936

Attached a screenshot.

Does anybody have an idea how to solve this error?

Thanks in advance?


[attachment cleanup by admin]
Title: Re: Error returning in shop orders.php
Post by: chetanmadaan on November 26, 2012, 17:48:28 PM
well... it's doing the tax calculations for order... may be you are getting the error because the price is 0 or because you have error reporting turned on in your Joomla config... or may be both.

Thanks
Title: Re: Error returning in shop orders.php
Post by: Rixters on December 01, 2012, 08:27:43 AM
I had indeed products with the price 0,00, so I turened debugging off. The errors are now gone!

Thanks!