You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added country based tax zones, one for every country in the EU. I expect the SystemTaxDriver to use the appropriate tax zone depending on the shipping address country.
Actual Behaviour:
In reality, it always uses the default tax zone.
The GetTaxZone class seem to only take into account postcode-based tax zones. So also no state-based tax zones.
Steps To Reproduce:
Add some country based tax zones with different tax rates (and no postcode based ones).
Do a checkout and change the shipping address country.
Observe that the tax rate never changes but is always the default one.
The text was updated successfully, but these errors were encountered:
Expected Behaviour:
I added country based tax zones, one for every country in the EU. I expect the
SystemTaxDriver
to use the appropriate tax zone depending on the shipping address country.Actual Behaviour:
In reality, it always uses the default tax zone.
The
GetTaxZone
class seem to only take into account postcode-based tax zones. So also no state-based tax zones.Steps To Reproduce:
Add some country based tax zones with different tax rates (and no postcode based ones).
Do a checkout and change the shipping address country.
Observe that the tax rate never changes but is always the default one.
The text was updated successfully, but these errors were encountered: