Magento-1.9 Attributes – Can’t See Newly Added Attribute in Product Edit Page

attributesmagento-1.9

I've added a new attribute in

admin > Catalog > Attributes > Manage Attributes

but I did not add it to an attribute set as it will not be required on the frontend.

However now I can't see this newly created attribute when I go to edit a (simple) product anywhere?

Magento 1.9

Help appreciated, thank you

Best Answer

In order to see newly created attribute in the product edit page in admin panel, you need to go to:

Catalog > Attributes -> Manage Attribute Sets

then open appropriate attribute set and assign the attribute by dragging it into the attribute group.

Save the attribute set, reindex and check again.

Without assigning the attribute to the attribute set, it will not be visible in the product edit form in the admin panel.

Related Topic