| Project: | Ubercart Contributions |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
I added two Tax rules to add tax to the shipping depending on the product class. Each of these rules has a Conditional action. The rule is applied if the Condition: Order has a product of a particular class is true and the appropiate tax is addes. This works fine on the checkout and the review order page. On the Order complete page I get the following warning several times:
warning: Invalid argument supplied for foreach() in ../modules/ubercart/uc_cart/uc_cart.ca.inc on line 126.
Deactivating the conditional action removes this warning. Unfortunately I need these rules to apply the correct shipping taxes.
I run drupal 6.16, Ubercart 6.x-2.2, Ubercart 2 VAT support 6.x-1.1
