how to add state wise tax charge without adding customer and product class

醉酒当歌 提交于 2019-12-24 03:50:27

问题


my question is bit technical. i want to ask if i belong to state named NJ, and i want apply tax rule only on this state, means if user selects NJ on checkout as its billing state it should charge him 7% extra in checkout. i have made the tax rule as well but unable to implement on front end. i want this without influence of product and customer class. if i am wrong please give me proper direction with step by step guide. i am using magento 1.8.0. please help........................ what sort of custom code need to include or should be wrote by me?? no more lucks please so give me guide..


回答1:


1) create sales tax rules for different states :

Process :- Go to Sales -> Taxes -> Manage Tax Zones & Rates . Add your taxation for different states here.

2) Manage Tax Rules :

Process :- Go to Sales -> Taxes -> Manage Tax rules. If you haven't created rule, create and check all your tax rules for that. Keep the product Tax class as "Taxable goods".

3) Apply Tax Rules :

Process :- System -> Configuration -> Tax. (Under Sales Tab). After this, change your "Tax Class for Shipping" from None to "Taxable goods".

Your rules will be applied accordingly for different states.



来源:https://stackoverflow.com/questions/21430794/how-to-add-state-wise-tax-charge-without-adding-customer-and-product-class

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!