Tag Archives: list box

Add New Attribute Into Product Category In Magento And Remove The Same Attribute

Add New Attribute Into Product Category In Magento And Remove The Same Attribute   In any one of the .PHTML page paste the following code( i.e, app\design\frontend\base\default\template\page ) <?php $setup = new Mage_Eav_Model_Entity_Setup(‘core_setup’); // Create input type as “Textbox” $setup->addAttribute(‘catalog_category’, ‘author’, array( … Continue reading

Posted in Coding, Development | Tagged , , , , , , | 13 Comments