Re: Hello,

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15450
Re: Hello,

This module isn't getting support from the original author any more. On a quick glance, your errors are due to an order object that has no products on it. You can try and solve the errors by changing the lines to

<?php
 
foreach ((array) $order->products as $product)
?>

But that's really just a bandage... if there's an empty order making it through, there's probably a deeper issue.

Inventory API & Simple Stock Levels By: CpILL (139 replies) Fri, 08/10/2007 - 08:33