-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Tax with Country store dropdown option not auto select actual tax rule calculation. #26831
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
Comments
Hi @irshad-iflair. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @irshad-iflair do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce? - Yes Also, please review my updated question. I am sorry regarding my question which was totally commented at the time of publishing. |
YES |
Hi @engcom-Bravo. Thank you for working on this issue.
|
Duplicate of #26853 |
Summary of the issue
I need, Multiple stores have a common country (i.e. united states and country states should be all) then different tax rules for all stores*.
Preconditions (*)
Magento 2.3.2: I create Two different stores US and US1 for the common country (i.e. united states) https://i.stack.imgur.com/S3X1I.png. Then create two different tax rules (i.e. US-tax rule and US1-tax rule) for both stores. https://i.stack.imgur.com/801Jw.png next In Tax Zones and Rates set US Tax rate 5% and US1 tax 10%. https://i.stack.imgur.com/VrSe6.png Now on the product details page while choosing store from the dropdown, product price display sum of 5%+10%, that is the wrong calculation.
example the product price is $22https://i.stack.imgur.com/F7hrn.png.
on selecting US1 or US stores on both step.
result display 22(10% + 5%) = 25.30$ (wrong) https://i.stack.imgur.com/qiMFs.png.
Steps to reproduce (*)
how can I display separate tax rates on the product on selected stores.
1. it should be on choosing US store 22*10%= $24.2(right)
2. US1 store 22*5%= $23.1 (right).
Is it bug or functionality?
The text was updated successfully, but these errors were encountered: