Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ccstinger opened this issue Nov 9, 2023 · 2 comments

Comments

@ccstinger
Copy link

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.

@ccstinger
Copy link
Author

@smolentzov-stripe

@ccstinger ccstinger reopened this Nov 9, 2023
@ccstinger
Copy link
Author

Still having this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant