Florian Kratschmann
Florian Kratschmann

Reputation: 16

Remove field in backend (product - description "in_depth")

I want to remove the "In depth"-field from the backend. It is now mandatory, so it would be nice, if it wasn't mandatory afterwards.

Thanks for any help in advance,

Flo

Upvotes: 0

Views: 1593

Answers (2)

Mukesh Chapagain
Mukesh Chapagain

Reputation: 25958

If you just want to make the in_depth attribute non-mandatory, then you can simply edit the attribute and set Values Required field to "No".

Go to

  • Catalog -> Attributes -> Manage Attributes
  • Search for in_depth
  • Edit it
  • Change Values Required = No

Upvotes: 1

ʍǝɥʇɐɯ
ʍǝɥʇɐɯ

Reputation: 4022

This is a protected attribute. If you really must remove it from being required:

http://blog.chapagain.com.np/magento-how-to-delete-system-attribute/

Upvotes: 1

Related Questions