*Company Name : |
|
*Module Name : |
|
Code Pool : |
|
*Version Number : |
|
Updated Version : |
|
Need Frontend Page :
|
|
Frontend Page Title: |
|
Frontend Page Content : |
|
Demo Block Position : |
|
Block Content : |
|
Need Backend Page :
|
|
Backend Page Title : |
|
Backend Page Content : |
|
Need Installing Sql or php code :
|
|
Run Installing Sql :
|
|
Run Installing Php Code :
|
|
Need to Add Single Table Model :
|
|
* Model Name |
* Table Name |
* Primary Key |
Need Backend Model Manager |
Need Report |
Need Frontend Data Table |
Action |
|
|
Need to Add Category Attribute :
|
|
* Attribute Code |
* Label |
* Input Type |
Scope |
Default Value |
Note |
Class |
Values Required |
Action |
|
|
Need to Add Customer Attribute :
|
|
* Entity Type |
* Attribute Code |
* Label |
* Input Type |
Show on Frontend |
Forms to Use In |
Default Value |
Note |
Values Required |
* Sort Order |
Action |
|
|
Need to Add Sales Attribute :
|
|
* Entity Type |
* Attribute Code |
*Data Type |
Action |
|
|
Need to Add Sales Order Status :
|
|
* Order Status Name |
* Order Status Code |
* States |
Action |
|
|
Need to Add Magento Event :
|
|
* Magento Event (Magento Events List) |
* Method ( in file ‘Model/Observer.php’ ) |
* Type |
Action |
|
|
Need to Add Shipping Method :
|
|
*Title |
*Method Name |
*Description |
*Code |
*Sort Order |
*Active |
Action |
Define monetary value and price in path ‘Model\Carrier\ { { code } } .php ‘, default option ‘0.00 ‘ .
|
|
Need to Add Cron Job :
|
|
*Method (in Model/Cron.php) |
*Cron Syntax Magento Cron Syntax Tool |
Action |
|
For example: (*/5 * * * *) Every 5 minute run cron job. |
|
|
|
Need to Add Magento Widget :
|
Instruction |
*Name |
*Description |
*Code |
*Add Parameters Demo |
Action |
|
|
Need to Add New Order Total :
|
Instruction |
*Label |
*Code |
*Amount |
Action |
Define amount in path ‘Model\Quote\Address\Total\ { Code } .php ‘ .
|
|
Need to Add Magento API :
|
|
*Label |
*Method |
Action |
Define method acting content in path ‘Model\Api.php ‘ .
Demo in php
SOAP
$client = new SoapClient('http://yourhost/api/soap/?wsdl');
$session = $client->login('******', '******');
$date = $client->call($session, 'yourmodulename_api.yourmethod');
XML-RPC
$client = new Zend_XmlRpc_Client('http://yourhost/api/xmlrpc/');
$session = $client->call('login', array('******', '******'));
$date=$client->call('call', array($session, 'yourmodulename_api.yourmethod'));
|
|
Need Rewrite Magento Class :
|
|
*Class Name |
Action |
model :
Mage_Admin_Helper_Data
Mage_Admin_Model_User
Mage_Wishlist_IndexController
Mage_Catalog_Block_Navigation
|
|
Magento System Configuration |
Instruction |
|
Need to Add System Config Tab :
|
|
* Tab Code |
* Tab Label |
* Sort Order |
Action |
|
|
Need to Add System Config Section :
|
|
* Tab Code |
* Section Code |
* Section Label |
* Show In Default |
* Show In Website |
* Show In Store |
* Sort Order |
Action |
- Magento Default Tabs
- general
- catalog
- customer
- sales
- service
- advanced
|
|
Need to Add System Config Group :
|
|
* Section Code |
* Group Code |
* Group Label |
* Show In Default |
* Show In Website |
* Show In Store |
* Sort Order |
Action |
|
|
Need to Add System Config Field :
|
|
* Section Code |
* Group Code |
* Field Code |
* Field Label |
* Field Type |
Comment |
* Show In Default |
* Show In Website |
* Show In Store |
* Sort Order |
Action |
|
|
|
|
Need to Add EAV Table Model :
|
|
*Entity Type Code |
* Model Name |
* Table Name |
Need Backend Model Manager |
Need Report |
Need Frontend Data Table |
Action |
|
|
Need to Add EAV Attribute :
|
|
* Entity Type Code |
* Attribute Code |
*Data Type |
Action |
|
|
|
* Required Fields
|
Instructions
Magento Module Creator is a magento on-line module tool .
Click button ‘Create Magento Module ‘ begin create a raw magento module.
You may define your faculty name, company diagnose etc .
Through the different options you can create different functional module .
Function Include :
- Update Version
- Create a Frontend Page
- Create a Backend Page
- Create a data module, Create a ‘Backend Model Manager’ for add delete change search this data module.
- Add new category attribute
- Add new customer attribute
- Add new customer address attribute
- Add new sales attribute
- Run sql in the magento database
- Run installing php code in the magento system
- Add Sales Order Status
- Add Magento Event
- Collocate Magento System Configuration
- Add New Shipping Method
- Add Magento Widget
- Add Magento Cron Job
- Add New Order Total (fee or discount)
- Add Magento Api Configuration
- Rewrite Magento Class (Helper, Block, Model and Controller)
|