Published by admin at October 6, 2014 $setup = new Mage_Eav_Model_Entity_Setup(‘core_setup’); $entityTypeId = $setup->getEntityTypeId(‘catalog_category’); $attributeSetId = $setup->getDefaultAttributeSetId($entityTypeId); $attributeGroupId = $setup->getDefaultAttributeGroupId($entityTypeId, $attributeSetId); $setup->addAttribute(‘catalog_category’, ‘image1’, array( ‘type’ => ‘varchar’, ‘input’ => ‘image’, ‘backend’ => ‘catalog/category_attribute_backend_image’, […]