-
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
Product Custom Options get recreated on every save #5931
Comments
Also if anyone would have a temporary solution for us, even if it prevents custom options from being saved, I'd be very happy, this is urgent! |
The commit that caused this behaviour is |
I also want to point out that this means that all products in quotes with the custom options attached have their custom options removed on save, since it's no longer the same id! That basically renders the product useless, since important custom options are missing in the final order. |
I have same problem. |
I discovered this behaviour several months ago but I thought it was normal. |
@veloraven Do you have any update on this? |
@veloraven The issue(s) with custom options are stopping our migration to M2 in its tracks. When will they be assigned? Thanks |
Does anyone @magento knows how urgent this situation is? |
The bug still here in version 2.1.3. |
Does anyone have any temporary fix to resolve this issue? |
Hello, I've created this patch CustomOptions Patch that solve this issue and the Cart option missing issue #5612 |
@manfrinm : I'm getting error
|
We are also experiencing this issue. In addition to shopping cart options it also affects Reorder functionality. This is also a problem not just for custom options on simple products but also for bundle options, which should probably be raised as a separate issue. |
Is there any indication when this issue would be resolved? This is quite a major issue for anyone looking to use Simple Products with Custom Options as it renders them practically unusable. |
Yes this is crazy such an issue is not fixed after monthes. |
If it helps others, I have produced a reduced version of @manfrinm's patch, as the original included some good but unnecessary changes that were causing patch application errors. |
@scottsb Thanks. @veloraven Is anybody at Magento aware how urgent this situation is? It looks like community is expected to handle it of its own.. |
Hi @scottsb I tried the patch and it seems to have some issues when you delete an option value (that's not the last one). What happens it also seems to delete option values from other options too. Would be great if someone could fix. |
@magento-team, @veloraven : I'm really appreciated that the fix is finally "moved from TODO to Done in branch [develop]" |
@magento-team , @veloraven : would you care to at-least prepare a patch and provide us as a quick fix until it is released officially with the newer version? this is something very critical and we can not move ahead with our project. |
@sheldmandu / @Taral-Patoliya Did you manage to find a solution for the delete other options problem? |
@magento-engcom-team Is this issue fixed in 2.2? It's marked as Done in develop. It's the same underlying problem as that for bundles described in #9546 |
@mktudock, thank you for your report. |
@magento-engcom-team Any chance of this being backported to 2.1 as it's quite a major issue that stops reorders working? Perhaps you could point me to a commit in which this issue was resolved so I can review what would be involved in backporting myself? |
hello, I have facing same issue as #5612. Can you please help me how to resolve? I have use magento 2.1.7. I also apply patches given by you but it creates same option again and displays two times in frontend. |
If Possible then give patches for it....... |
@magento-engcom-team Can you please provide links to the commits that fix this? |
Still a problem in Rest API with 2.2.0 |
Possibly related to #5885
Preconditions
Steps to reproduce
Expected result
Actual result
This is a very critical bug for us, since it prevents any customer from completing the checkout with certain payment methods and it propably leads to the issues in #5885.
The text was updated successfully, but these errors were encountered: