i want to remove some fields like description,short description from catalog->Manage Products->continue->general tab in admin panel…here i can add new field but can’t delete existing fields..i tried so much but finally i am not getting the right page where i have insert or delete the code for making/removing fields.Can Anybody help me…with best regards….
i want to remove some fields like description,short description from catalog->Manage Products->continue->general tab in
Share
Name, description, short description, etc are the system attributes. You cannot delete them from admin panel. However, you can delete them from database. Follow the article link below which explains on how to delete system attributes in Magento.
Magento: How to delete System Attribute?
Thanks.