Thank you Nicolas, you are right.
I have another issue, still related about taxes. Here a description:
I am trying to calculate the taxes as follow:
if state=QUEBEC and country=CANADA, tax is 13.5%
if state is anything except QUEBEC and country is canada, tax is 5%
else tax is 0%
Here what I did:
I created a tax category called "standard"
I added two sub-category under "standard" called "TPS" and "TVQ"
I created two tax zones:
- one with the state QUEBEC callec "tax_quebec"
- another one selecting all state of Canada except QUEBEC called "tax_canada"
I created two taxes
-tax_canada
-tax_quebec
I assigned "standard" as tax in product
I expected that:
if the customer address is in quebec state, the system display 13.5% in taxes,
if the customer address is in alberta state, the system display 5% in taxes,
if the customer address is else where, there is no taxes to pay
What ever I enter in the address, I always get 5% taxes but the shipping works fine.
Here some printscreen about the configuration.
Here the URL of the website:
www.irememberastory.com/
Do you have an idea what I did that the system did not like?
Also, should I create a new thread?
Thank you very much!
Have a great day!
Sebastien