I have a Magento 1.4.0.1 installation and I am trying to configure sales tax. I need to charge a state sales tax to every customer, and two zip-code based sales taxes depending on whether the buyer is in my county / in my city.
I’ve imported a table of tax rates and it looks like this (but quite a bit longer.):
Code Country State Zip/Post Code Rate
IL Use Rate US * * 6.25
Winnebago-County-Tax-61011 US IL 61011* 1
Winnebago-County-Tax-61016 US IL 61016* 1
Winnebago-County-Tax-61019 US IL 61019* 1
Winnebago-County-Tax-61020 US IL 61020* 1
Winnebago-County-Tax-61024 US IL 61024* 1
I have created a rule which is shown in the attached image, which contains the state tax as well as all my zip codes.
However, in my checkout screen I only see the state tax and none of the zip-based tax. I have tried many zip codes, using an asterisk in the tax rates and not using an asterisk, and setting up multiple rules (thinking that perhaps only the first match was being used.) Nothing has worked.
What do you suggest? We must be missing something simple. How can we fix this problem?