Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Product Tax not working #10

Closed
vignates opened this issue Aug 14, 2017 · 1 comment
Closed

Product Tax not working #10

vignates opened this issue Aug 14, 2017 · 1 comment

Comments

@vignates
Copy link

Hi,

We want to ignore tax for specific products in Magento by setting Tax Class to None. This is the default feature in Magento and it was working till we integrate TaxJar module.

Steps to reproduce:

  1. Goto product edit page in Magento admin
  2. Change Tax Class to None for a product.
  3. Save the product and place an order.

Expected result: Tax shouldn't be applied to that product
Actual result: Tax is applied for that product as well.

@fastdivision
Copy link
Member

fastdivision commented Aug 15, 2017

Hi @vignates,

Thanks for reporting this! You're right, we shouldn't be collecting sales tax on products with a tax class set to "None". I'll get this PR merged shortly to ensure we correctly pass a 99999 exempt tax code for these products.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants