-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
[Backport] Update price-bundle.js so that correct tier price is calculated while displaying in bundle product #21844
[Backport] Update price-bundle.js so that correct tier price is calculated while displaying in bundle product #21844
Conversation
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
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".
Hi @amol2jcommerce. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
@magento-engcom-team give me test instance |
Hi @dmytro-ch. Thank you for your request. I'm working on Magento instance for you |
Hi @dmytro-ch, here is your new Magento instance. |
Hi @dmytro-ch, thank you for the review. |
Hi @amol2jcommerce, thank you for your contribution! |
…rice is calculated while displaying in bundle product #21844
Original Pull Request
#21469
Description (*)
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".
Fixed Issues (if relevant)
Manual testing scenarios (*)
Contribution checklist (*)