taxjar / taxjar-woocommerce-plugin

WooCommerce Sales Tax Plugin by TaxJar
http://www.taxjar.com/woocommerce-sales-tax-plugin/
GNU General Public License v2.0
28 stars 29 forks source link

Save Calculation Results to Cart and Order #207

Closed dallendalton closed 2 years ago

dallendalton commented 2 years ago

In order to allow merchants to have more visibility into if and when TaxJar calculated tax on a cart/order and why we may not have calculated tax (for instance no nexus, etc.) we want to surface the tax calculation results to the order page in WooCommerce admin. This PR represents the first step to accomplish that.

This PR stores a JSON representation of the calculation results on the cart during the checkout process (and on recurring carts as well). When an order is created from a cart or a subscription is created from a recurring cart during checkout the JSON representation is then saved to the order/subscription as meta data.

Click-Test Versions

Specs Passing