mysql - Magento - add an option in Category's Custom Design -
mysql - Magento - add an option in Category's Custom Design -
in catalog > manage categories
under custom design
tab, want add together new field below apply products
.
upon searching found php file
app\code\core\mage\catalog\controllers\categorycontroller.php
but cannot find creating tabs custom design
, how adding fields.
since not thought alter admin panel files, class need inherit create extension adds field in edit category ?
i have found loading fields in
app\code\core\mage\adminhtml\block\catalog\category\tab\design.php
and seems field defined in database
catalog_eav_attribute` table , `eav_attribute table
i added new field in database no success. how build extension?
i found toturial. hope help :)
http://www.atwix.com/magento/add-category-attribute/
mysql zend-framework magento-1.7 php
Comments
Post a Comment