Configurable Product Option Order Fix #3379
Replies: 4 comments 4 replies
-
Thank you for the post. This bug must be checked if it still exists in OpenMage, and if it exists then the offered solution required a PR. basically there is only one file to edit. |
Beta Was this translation helpful? Give feedback.
-
the problem was in the backend? how many custom options are triggering the error? maybe it's just becuase of the many input fields in the form that are not submitted? in that case it can be fixed by setting the max_input_vars in your php.ini https://stackoverflow.com/questions/10303714/php-max-input-vars |
Beta Was this translation helpful? Give feedback.
-
1?) yes in backand. |
Beta Was this translation helpful? Give feedback.
-
I think that change refers rather to the position in the list of options of an attribute. I have not checked, but it is possible that the set position is not taken into account in the Frontend. Honestly speaking, I have never used it, but it is worth a test. Regarding the Custom Option, which is a tab in the product edit page, I did not find any problems. Setting the position is corrected listed in Frontend. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
With Magento 1.9x there was a bug in the order of the attributes.
when the list of attribute options is very long it was not possible to put the options in the desired order.
in openmage this bug has been fixed?
if not I post here a plug-in that fixes this error.
Magento Configurable Product Option Order Fix.zip
Beta Was this translation helpful? Give feedback.
All reactions