Per Item Taxes in Canada
I am building a cart, and not all products need to be taxed. The three options would be
1: Non-Taxable (0%)
2: Food (5%)
3: Non-Food (12%)
I set up the product database to store the tax info, which is then stored in the eCart instance as "taxValue" (1,2 or 3)
How would I setup the TAX section to read the "taxValue" for each product, and charge accordingly?
EDIT: I will need to add State/Province & Country rules as well. However my main problem is setting each product individually first.