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

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -