reactioncommerce / reaction

Mailchimp Open Commerce is an API-first, headless commerce platform built using Node.js, React, GraphQL. Deployed via Docker and Kubernetes.
https://mailchimp.com/developer/open-commerce/
GNU General Public License v3.0
12.34k stars 2.17k forks source link

taxShipping flag doesn't work #1941

Closed spencern closed 6 years ago

spencern commented 7 years ago

Currently there is no UI to enable the taxShipping flag that is present in the Taxes schema. It does appear that there is a relevant config option in the package config but that it's not enabled.

Expected behavior

While there is no UI to enable taxes for shipping, I'd expect that if I enable those flags in the database for our taxes that the tax calculation would include the shipping amount.

Actual Behavior

Tax calculation is based on item subtotal and does not include taxes.

Steps to Reproduce the Behavior

Enable a non-free shipping method. Enable basic taxes. Turn on taxShipping flag with db call. Checkout with an item in a taxed zip code. Taxes are charged for items, but not for shipping amount.

brent-hoover commented 6 years ago

Issue moved to reactioncommerce/reaction-feature-requests #6 via ZenHub