Closed
Description
Preconditions
- Magento CE 2.1 with sample data installed
- PHP 7 (does not matter IMHO)
- MySQL 5.7 (does not matter IMHO)
Steps to reproduce
- Go to Magento admin
- Create the following tax rates (Stores > Tax Zones and Rates):
Tax Identifier | Country | Zip | State | Rate |
---|---|---|---|---|
Tax1 | France | * | * | 10% |
Tax2 | France | * | * | 5% |
Tax3 | France | * | * | 20% |
- Create the following tax rules (Stores > Tax Rules):
Name | Tax Rate | Customer Tax Class | Product Tax Class | Priority | Sort Order |
---|---|---|---|---|---|
Tax1 | Tax1 | Retail Customer | Taxable Goods | 0 | 0 |
Tax2 | Tax2 | Retail Customer | Taxable Goods | 1 | 0 |
Tax3 | Tax3 | Retail Customer | Taxable Goods | 1 | 0 |
- Enable full tax summary display in "Stores > Configuration > Sales > Tax > Orders, Invoices, Credit Memos Display Settings > Display Full Tax Summary"
- Go to frontend and click on category "Gear > Bags"
- Add product "Strive Shoulder Pack" to cart (qty = 1)
- Go to checkout
- Continue as guest or as authenticated user
- Provide shipping address with country France (according to tax country configured in step 2)
- Place order
- Go to order details page
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!
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.2 release lineThe issue has been fixed in 2.3 release lineGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.1 releaseThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release