how to add state wise tax charge without adding cu

2019-07-20 16:19发布

问题:

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.