You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: