-
Notifications
You must be signed in to change notification settings - Fork 305
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
Taxes on Checkout Page #62
Comments
Hey @avidsapp have you had any luck solving this? It looks like you may be able to write query for I tried this on WP GraphiQL playground, I haven't managed to get it working with
Here's another possible avenue but haven't looked into it yet: https://github.com/wp-graphql/wp-graphql-tax-query |
@chriswolmarans Thanks for finding this. It looks like the PR was merged, so I'll try to implement and report back if I get it working. Let me know if you beat me to it. |
@avidsapp you're very welcome, will do indeed. |
The taxes don't show on the checkout page, however they are added to the total when checking out via PayPal. I realize this is because the tax is calculated after the shipping/billing address is entered, but this should be done after leaving the zip code form field and displayed on
your-order.js
. How can we add the taxes to checkout?The text was updated successfully, but these errors were encountered: