Search code examples
magentoadmin

How to uncheck the default value of an attribute in magento admin panel


Is there any way to uncheck the default value of an attribute in magento admin panel ?

enter image description here

Thanks.


Solution

  • You have to do this in the database:

    • Go to table eav_attribute
    • Search the row of your attribute ("charge" in your case)
    • Set column default_value to NULL

    Login credentials for your database can be found in app/etc/local.xml