-
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
Tier price of simple item not working in Bundle product #21467
Comments
Hi @adarshkhatri. 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. @adarshkhatri do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
yes |
Hi @krishprakash. Thank you for working on this issue.
|
@magento-engcom-team give me 2.3-develop instance |
Hi @krishprakash. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @krishprakash, here is your Magento instance. |
Hi @engcom-backlog-nazar. Thank you for working on this issue.
|
✅ Confirmed by @engcom-backlog-nazar Issue Available: @engcom-backlog-nazar, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
Hi @adarshkhatri. Thank you for your report.
The fix will be available with the upcoming 2.3.2 release. |
By default tier price is sorted by "price_id". With this tier price calculation while displaying in bundle product is wrong. Need to sort tier price by "price_qty". Issue created: magento#21467
@magento-engcom-team give me 2.2-develop instance |
Hi @dmytro-ch. Thank you for your request. I'm working on Magento 2.2-develop instance for you |
Hi @dmytro-ch, here is your Magento instance. |
Hi @adarshkhatri. Thank you for your report.
The fix will be available with the upcoming 2.2.9 release. |
Preconditions (*)
Steps to reproduce (*)
When adding tier price, you must add in this sequence. Unless you change the sequence later on like this:
Expected result (*)
Actual result (*)
When Adding to cart, it calculates correctly. Only displaying problem.
The text was updated successfully, but these errors were encountered: