taxjar / taxjar-woocommerce-plugin

WooCommerce Sales Tax Plugin by TaxJar

Home Page:http://www.taxjar.com/woocommerce-sales-tax-plugin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TaxJar not providing hook for FunnelKit to correctly charge taxes to credit card/paypal

ccstinger opened this issue · comments

We use the upsell plugin provided by FunnelKit to offer post-purchase upsells to our customers. On acceptance of an upsell, the credit card/paypal is not charged the tax amount, even though in woo it is recorded - leading to us paying non-collected taxes to states. In talking to the FunnelKit developers, they had this to say:

_What happens is the TaxJar plugin restricts its calculations to the cart, and it's inaccessible at other points.

Case in point, WooCommerce offers the ability to show Product prices with and without taxes.

If we just use this function native WC function wc_get_price_including_tax() to show prices including tax, it would not show tax prices calculated by the TaxJar Plugin. Because this function runs on product and not cart it is unable to show prices, including taxes._

This is a serious issue for anyone using the FunnelKit plugin (which is an official woo plugin), and for users of any other plugin that needs to get calculated taxes.

Still having this issue.