reactioncommerce / reaction-feature-requests

Reaction Feature Requests
13 stars 1 forks source link

taxShipping flag doesn't work #6

Open brent-hoover opened 6 years ago

brent-hoover commented 6 years ago

@spencern commented on Tue Mar 07 2017

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.