Skip to content

On editing a Bundle product from shopping cart the user defined quantities of the options are overwritten #4942

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

Closed
densen45 opened this issue Jun 9, 2016 · 5 comments
Labels
bug report Component: Checkout Fixed in 2.2.x The issue has been fixed in 2.2 release line Fixed in 2.3.x The issue has been fixed in 2.3 release line Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Reproduced on 2.2.x The issue has been reproduced on latest 2.2 release Reproduced on 2.3.x The issue has been reproduced on latest 2.3 release triage wanted

Comments

@densen45
Copy link
Contributor

densen45 commented Jun 9, 2016

Steps to reproduce

  1. Install Magento CE 2.0.6
  2. Create a Bundle product with at least one option of type radio and enable user defined quantity
  3. Add more then one product to the option and enable user defined quantity
  4. Open the Bundle product on frontend
  5. Change the quantity of an option
  6. Add the Bundle product to the shopping cart
  7. Go to the shopping cart
  8. Press the "Edit" button in order to edit the Bundle product

Expected result

  1. The quantity of the option should be the user defined one

Actual result

  1. The quantity of the option is not the user defined one. It is the selections' default quantity.

Debugging until now

  1. On page load the quantity is the user defined one (see variable $_defaultQty in radio.phtml).
  2. Then the value (property, not the attribute) of the input field is changed through Javascript
  3. Don't know were this happens exactly but for sure the _onBundleOptionChanged(event) of the price-bundle.js is involved.
@densen45 densen45 changed the title On editing a Bundle product from shopping cart the quantities of the options are overwritten On editing a Bundle product from shopping cart the user defined quantities of the options are overwritten Jun 9, 2016
@RomanKrut
Copy link

Internal ticket was created for this issue - MAGETWO-69959

@veloraven veloraven added the Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development label Jun 19, 2017
@magento-engcom-team magento-engcom-team added bug report Component: Checkout Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed labels Sep 11, 2017
@magento-engcom-team magento-engcom-team added 2.2.x Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Reproduced on 2.2.x The issue has been reproduced on latest 2.2 release Reproduced on 2.3.x The issue has been reproduced on latest 2.3 release labels Oct 5, 2017
@magento-engcom-team
Copy link
Contributor

@densen45, thank you for your report.
We've created internal ticket(s) MAGETWO-69959 to track progress on the issue.

@magento-engcom-team
Copy link
Contributor

@densen45, thank you for your report.

Unfortunately, we are archiving this ticket now as it did not get much attention from both Magento Community and Core developers for an extended period. This is done in an effort to create a quality, community-driven backlog which will allow us to allocate the required attention more easily.

You may learn more about this initiative following this link.

Please feel free to comment or reopen the ticket if you think it should be reviewed once more. Thank you for collaboration.

magento-engcom-team pushed a commit that referenced this issue Oct 9, 2018
…t the user defined quantities of the options are overwritten #4942

- Added user defined quantities of bundle options to bundle json config
@magento-engcom-team
Copy link
Contributor

Hi @densen45. Thank you for your report.
The issue has been fixed in #15905 by @JosephMaxwell in 2.2-develop branch
Related commit(s):

The fix will be available with the upcoming 2.2.8 release.

@magento-engcom-team magento-engcom-team added the Fixed in 2.2.x The issue has been fixed in 2.2 release line label Oct 10, 2018
magento-engcom-team added a commit that referenced this issue Oct 10, 2018
 - Merge Pull Request #15905 from JosephMaxwell/magento2:patch-2
 - Merged commits:
   1. c05ac4c
   2. 076bb60
   3. e35a9b1
gelanivishal pushed a commit to gelanivishal/magento2 that referenced this issue Oct 11, 2018
gelanivishal pushed a commit to gelanivishal/magento2 that referenced this issue Oct 11, 2018
gelanivishal pushed a commit to gelanivishal/magento2 that referenced this issue Oct 11, 2018
@sidolov
Copy link
Contributor

sidolov commented Nov 5, 2018

Hi @densen45. Thank you for your report.
The issue has been fixed in #18520 by @gelanivishal in 2.3-develop branch
Related commit(s):

The fix will be available with the upcoming 2.3.1 release.

@sidolov sidolov added the Fixed in 2.3.x The issue has been fixed in 2.3 release line label Nov 5, 2018
magento-engcom-team added a commit that referenced this issue Nov 5, 2018
 - Merge Pull Request #18520 from gelanivishal/magento2:2.3-develop-PR-port-15905
 - Merged commits:
   1. e210b70
   2. 53f5942
   3. 8050d50
   4. 0bd75c8
magento-engcom-team pushed a commit that referenced this issue Nov 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Component: Checkout Fixed in 2.2.x The issue has been fixed in 2.2 release line Fixed in 2.3.x The issue has been fixed in 2.3 release line Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Reproduced on 2.2.x The issue has been reproduced on latest 2.2 release Reproduced on 2.3.x The issue has been reproduced on latest 2.3 release triage wanted
Projects
None yet
Development

No branches or pull requests

9 participants