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

Thanks.
Solution
You have to do this in the database:
- Go to table
eav_attribute - Search the row of your attribute (charge)
- Set column
default_valueto NULL
Login of your database can be found in app/etc/local.xml
Answered By - Gerard de Visser Answer Checked By - Clifford M. (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.