-
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
Update price-bundle.js so that correct tier price is calculated while displaying in bundle product #21469
Update price-bundle.js so that correct tier price is calculated while displaying in bundle product #21469
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: #21467
Hi @adarshkhatri. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
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".
@adarshkhatri thanks |
Hi @VladimirZaets, thank you for the review. |
@adarshkhatri thank you for contributing. Please accept Community Contributors team invitation here to gain extended permissions for this repository. |
✔️ QA passed |
Hi @adarshkhatri, thank you for your contribution! |
…culated while displaying in bundle product #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 (*)