Magento 1.7 Add attribute to category
问题 I'm trying to add to the field list of the categories a new text field called "website_url". I found many tutorials but none works on magento 1.7. I created a new module as following : -code\local\SaponeWebConcept\CategoriesAttributes\sql\categoriesattributes_setup\mysql4-install-0.1.0.php : <?php $installer = $this; $installer->startSetup(); $installer->addAttribute('catalog_category', 'website_url', array( 'type' => 'text', 'backend' => '', 'frontend' => '', 'label' => 'Lien du site',