RE: need a quick help with an order total module
dreamscape <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.devel |
|---|---|
| Message-ID | <6918c32e8978b395e388867c232e1acf@osCommerce-Forums> |
This message was sent from: Development
http://forums.oscommerce.com/viewtopic.php?p=163087#163087
----------------------------------------------------------------
thanks Ian that gets me started, but I get these errors for these lines:
[code]82 reset($order->info['tax_groups']);
83 while (list($key, $value) = each($order->info['tax_groups'])) { [/code]
[quote][b]Warning:[/b] Variable passed to reset() is not an array or object in [b]C:\Inetpub\wwwroot\macgames\includes\modules\order_total\ot_qty_discount.php[/b] on line [b]82[/b]
[b]Warning:[/b] Variable passed to each() is not an array or object in [b]C:\Inetpub\wwwroot\macgames\includes\modules\order_total\ot_qty_discount.php[/b] on line [b]83[/b][/quote]