-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Can't select custom attribute_set in configurable product creation #7579
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
Comments
hey, i have the same problem. i think it is related to migrated attribute set from an older magento version. please let us know if you found out any fixes or specific causes? |
@veloraven Hey, any update here? Internal ticket or something?! |
@olysenko Thanks, i've noticed that my issue arised through migrated attribute sets. |
I have the same problem, what was the fix? |
I saw that, but price was in Product Details and I added Bundle Items. |
@dunarri no, because the issue is introduced by migrated data which doesn't fits the magento2 attribute set structure. the code is fine, just the migrated data (attribute sets) is fucked up. you'll have to create all needed attribute sets in magento2 and allocate all needed attributes to the set manually. |
This will happen when you have attributes that are migrated but some belong to an old extension. Just enable error reporting in app/bootstrap.php error_reporting(E_ALL); And look for old extension information in the error. It works like a charm for me. |
Preconditions
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: