Magento – Only attributes with scope “Global”, input type “Dropdown” and Use To Create Configurable Product “Yes” are available

configurable-productmagento-1.9product-attribute

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

Best Answer

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.

Related Topic