-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Wrong order tax amounts displayed when using specific tax configuration #10347
Comments
Questions:
Thanks! |
Hi, This is not for a specific purpose but this configuration comes with our internal test cases. France is just an example, you can test with another country if you want. All other configurations are the Magento default ones. Nothing else has been modified. Just make a fresh install, follow the steps to reproduce and you should be able to reproduce the bug. I had to debug this by myself and I think the bug may come from this code:
A fix suggestion could look like this:
Thanks |
Hi team, Any feedback on this please? |
@jreinke, thank you for your report. |
Please assign this to me. I'll be working on this one, as I have the same problem in one of our projects. |
Thanks a lot @PieterCappelle!!! There is a proposed fix for this @jreinke, can you check it and report back? |
…hen using specific tax configuration (2.3-develop) #11594
…hen using specific tax configuration (2.2-develop) #11592
The issue has been fixed and delivered to 2.2-develop and 2.3-develop |
…hen using specific tax configuration (2.1-develop) #11593
@jreinke: I am struggling for how can I display separate tax rates on the product on selected stores please refer to this. 1> https://magento.stackexchange.com/questions/303861/magento-2-3-x-how-can-customise-tax-rules-for-different-stores-for-common-count 2>#26831 |
Preconditions
Steps to reproduce
Expected result
Tax total amount should be equal to the sum of the tax details amounts (12.00 for this use case)
Actual result
Tax details sum is equal to 11.20
Thanks!
The text was updated successfully, but these errors were encountered: