Ok, I need some help here. I'm getting the following error when I go to the My Account page:
Warning: Invalid argument supplied for foreach() in /includes/templates/template_default/templates/tpl_account_default.php on line 37
On line 37 there is this:
foreach($ordersArray as $orders) {
Now I think this is supposed to make it display the current orders, but since there are no current orders it just gives me this error. When there is an order this does not show. How can I fix this? I want it to say for example: No Current Orders
Thanks In Advance!
I Really Appreciate It!![]()


Reply With Quote
