基于邮政编码的销售税未显示在 Magento 中,但显示国家/州税。为什么?
我安装了 Magento 1.4.0.1,我正在尝试配置销售税。我需要向每位客户收取州销售税,并根据买家是否在我所在的县/城市收取两项基于邮政编码的销售税。
我已经导入了一个税率表,它看起来像这样(但更长一些。):
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 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为您需要去掉邮政编码上的星星,并可能像我们为一位客户设置的那样制作如下所示的标识符。
I think you need to get rid of the star on your zip codes and possibly make the identifier like the following as we have set up for one of our clients.
销售税不基于邮政编码。任何基于邮政编码的计算都将是错误的,并须接受国家审计。美国有超过 14,000 个不同的税务管辖区,并且它们不是基于邮政编码的。事实上,一个邮政编码内可能有多个不同的特殊税收管辖区,具体取决于城市、县和州。
而这仅仅是开始。您销售的每种产品类型均需缴纳不同的税率。苹果的征税与熟食三明治或一瓶占宾啤酒不同。如果您是一家销售多种产品的多州零售商,我会建议一个更强大的解决方案。
Sales tax is not based on ZIP codes. Any calculation based on ZIP codes will be false and subject to state audit. There are over 14,000 different taxing jurisdictions throughout the United States and they are not ZIP code based. In fact, there can be several different special taxing jurisdictions within a single ZIP code, depending on the city, county and state.
And that is only the beginning. Each product type you sell is subject to different tax rates. An apple is not taxed the same as a deli sandwich or a bottle of Jim Beam. If you are a multi-state retailer selling multiple products, I would suggest a more robust solution.