-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Component: CheckoutFixed in 2.2.xThe issue has been fixed in 2.2 release lineThe issue has been fixed in 2.2 release lineFixed in 2.3.xThe issue has been fixed in 2.3 release lineThe issue has been fixed in 2.3 release lineIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedIssue: Format is not validGate 1 Failed. Automatic verification of issue format is failedGate 1 Failed. Automatic verification of issue format is failedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentReproduced on 2.2.xThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.2 releaseReproduced on 2.3.xThe issue has been reproduced on latest 2.3 releaseThe issue has been reproduced on latest 2.3 releasebug reporttriage wanted
Description
Steps to reproduce
- Install Magento CE 2.0.6
- Create a Bundle product with at least one option of type radio and enable user defined quantity
- Add more then one product to the option and enable user defined quantity
- Open the Bundle product on frontend
- Change the quantity of an option
- Add the Bundle product to the shopping cart
- Go to the shopping cart
- Press the "Edit" button in order to edit the Bundle product
Expected result
- The quantity of the option should be the user defined one
Actual result
- The quantity of the option is not the user defined one. It is the selections' default quantity.
Debugging until now
- On page load the quantity is the user defined one (see variable
$_defaultQty
inradio.phtml
). - Then the
value
(property, not the attribute) of the input field is changed through Javascript - Don't know were this happens exactly but for sure the
_onBundleOptionChanged(event)
of theprice-bundle.js
is involved.
Metadata
Metadata
Assignees
Labels
Component: CheckoutFixed in 2.2.xThe issue has been fixed in 2.2 release lineThe issue has been fixed in 2.2 release lineFixed in 2.3.xThe issue has been fixed in 2.3 release lineThe issue has been fixed in 2.3 release lineIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedIssue: Format is not validGate 1 Failed. Automatic verification of issue format is failedGate 1 Failed. Automatic verification of issue format is failedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentReproduced on 2.2.xThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.2 releaseReproduced on 2.3.xThe issue has been reproduced on latest 2.3 releaseThe issue has been reproduced on latest 2.3 releasebug reporttriage wanted