-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Fixes #12584 #12586
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
Fixes #12584 #12586
Conversation
Website id is checked for but is not added to bundle option prices
Hi @ajpevers |
@ishakhsuvarov you're absolutely right. I'll look into it. |
@ajpevers Thanks. Please let us know if you need any help. |
@ajpevers thank you for contributing. Please accept Community Contributors team invitation here to gain extended permissions for this repository. |
Fixed test failures |
Hi @ajpevers , our QA report a problem with the current solution:
Expected result: Actual result:
Expected result: Actual result: So, we need to save product with the same price twice in default scope for expected behavior. |
@ajpevers , I am closing this PR now due to inactivity. |
Description
Bundle Item prices are missing their website id which is checked for in
\Magento\Bundle\Model\Selection::afterSave
. This check always failed.Fixed Issues (if relevant)
Manual testing scenarios
Contribution checklist