Pages

How to set the default value of “Is Active” to “yes” for Categories - Magento

How to set the default value of “Is Active” to “yes” for Categories - Magento

SQL QUERY :

UPDATE `eav_attribute` SET `default_value` = '1' WHERE `eav_attribute`.`attribute_code`='is_active' AND `eav_attribute`.`source_model`='eav/entity_attribute_source_boolean';

No comments:

Post a Comment