Magento Admin Panel – How to Remove Required Fields from Magento Admin Panel

PHP

My client ask me to remove the required option from some fields in the product form from magento admin panel, because he don't want to fill this fields.

I need to say to magento that the field Short Description is not required, how can i do this?

Best Answer

Login into magento admin backend.

Go to Catalog => Attributes => Manage Attributes

Then find the attribute of the product (in your case short_description) and click it.

Then set Values Required to No

Related Topic