Steps to create custom magento module:
Namespace : Zag
Module Name : Mymodule
Namespace : Zag
Module Name : Mymodule
- Create directory Mymodule in app/code/local/Zag
- Create Block, controllers, etc, Module directories. Create controller, block and module file as required.
- Create module configuration file (app/code/local/Zag/Mymodule/etc/config.xml).
- Create xml file (app/etc/modules/Zag_ Mymodule.xml)to enable/disable module and tell magento system from which code pool that module will be taken.
No comments:
Post a Comment