I searched the site and didn't see a similar situation. I am having an issue with the way tax is added to shipping. I've tried a few things with Order Calculation but can't seem to get the cart to behave the way I want / need. Shipping is taxed in my state but the tax is being added to the shipping cost instead of to the tax field. I need the shipping to show the actual shipping amount without the tax but still include it in the calculation. See example for clarification.
The way it is now:
Sub-Total: $115.30
Shipping: $10.55 (9.95 + tax)
Sales Tax: $6.92
Total: $132.77
The way I need it to work so it doesn't cause issues when the order is entered into our ERP:
Sub-Total: $115.30
Shipping: $9.95
Sales Tax: $7.52
Total: $132.77
Thanks!