I get the following error when trying to make a configurable product on Magento 1.9
Only attributes with scope "Global", input type "Dropdown" and Use To Create Configurable Product "Yes" are available.
I've tried this already, but it isn't working :S enter image description here
-
Are you saying that the bug is that only those attributes show up? Only global dropdown attributes can be configurable options. If the problem is they're not showing up for configurable products then make sure that you've added it to the appropriate attribute set and reindexed afterwards.Adad64– Adad642015年04月13日 18:33:42 +00:00Commented Apr 13, 2015 at 18:33
-
Where's the error?laketuna– laketuna2015年08月17日 13:49:44 +00:00Commented Aug 17, 2015 at 13:49
1 Answer 1
It looks like you are creating your attribute correctly, add some options to it. Once your attribute is complete, you need to add it to the attribute set by going here: Catalog> Attributes> Manage attribute sets. Once there add your attribute to the attribute set:
enter image description here
Once you do that, you may need to re-index. Now you can create a configurable product, go to Catalog> Manage Products then select "Add a Product" on the New Product screen select your attribute set, and select "Configurable Product" front the Product Type drop down list. When you click continue you should see your attribute as a checkbox:
enter image description here
Select your attribute and proceed to create your product like any other product. Hope this helps.
Explore related questions
See similar questions with these tags.