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

Tax Rounding Creates Price/report Inconsistencies #250

Open
ChrissiePollock opened this issue Nov 29, 2024 · 0 comments
Open

Tax Rounding Creates Price/report Inconsistencies #250

ChrissiePollock opened this issue Nov 29, 2024 · 0 comments
Labels
priority: low The issue/PR is low priority—not many people are affected or there’s a workaround, etc. type: bug The issue is a confirmed bug.

Comments

@ChrissiePollock
Copy link

The Square extension appears to be rounding the tax value, for example San Jose 9.3750% to 9.38%.

As WooCommerce calculates taxes to 5 decimal places before rounding, this is causing rounding errors.

This error occurs at checkout. The customer is paying a different amount at checkout from the amount shown in the WooCommerce order.

"Customer adds product to the cart, goes to checkout, fills CC info, presses Place Order button. WC showed 49.94$ but Square charged for 49.95$ for instance."

Original request: The merchant is selling products in the US and uses TaxJar to get actual tax rates based on the ZIP code, which is working fine. For example: An order was placed with this zip code - 95128. TaxJar provided tax rate equal to 9.375% - https://app.screencast.com/ELk4MOOSFfeik and based on order total tax calculations look like this - 64.78 * 0.09375 = 6.073 ~ 6.07 . That is completely fine. But once the order is placed to the Square, tax has been recalculated based on Square own tax rate - 9.38%: https://app.screencast.com/9iaMwI9gY4xg9 and as the result it equals to: 64.78 * 0.0938 = 6.076 ~ 6.08.

Image

#9061824-zen

@ChrissiePollock ChrissiePollock added the type: bug The issue is a confirmed bug. label Nov 29, 2024
@vikrampm1 vikrampm1 added the priority: low The issue/PR is low priority—not many people are affected or there’s a workaround, etc. label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: low The issue/PR is low priority—not many people are affected or there’s a workaround, etc. type: bug The issue is a confirmed bug.
Projects
None yet
Development

No branches or pull requests

2 participants