surprisehighway / craft-avatax

Calculate and add sales tax to an order's base tax using Avalara's AvaTax service with Craft Commerce 5.
MIT License
7 stars 11 forks source link

Cart passing all items as non-taxable #33

Closed joshparylak closed 3 years ago

joshparylak commented 3 years ago

I'm connecting properly to the plugin, but I'm returning $0 in shipping. When I look at the response generated in the logs, the problem seems to be that isItemTaxable is set to false on all line items, which causes the cart amount to come through as exempt.

I'm not doing anything to declare items non-taxable, so I'm not sure why they are.

I do have a custom adjuster in place to handle quantity based discounts, but it wasn't interfering with Craft Commerce's default tax calculations.

joshparylak commented 3 years ago

This ended up being a configuration issue on the Avalara end, so I'm closing this out.

siffring commented 3 years ago

Thanks for letting us know @joshparylak.