-
Notifications
You must be signed in to change notification settings - Fork 88
How to use
After installing the extension, clear the cache and disable the compilation.
Then go to the backend at System->Module Creator
and you will see an usual grid.
Clicking on the Create new module
button will bring you to the add/edit form.
Fill in the fields, add as many entities as you need, add as many fields/attributes per entity as you need and hit save.
If there is an error you will see it at the top of the page. The page won't be refreshed and you won't lose the data you entered.
You can later edit the extension by clicking on the Edit
link in the extension grid.
If you already installed the extension you created with the module creator and you modify it, you will need to uninstall it in order to install the new version. See the created extensions section for more details.
You can install the created extensions in 2 ways.
- By selecting
Install new extension on current instance
. Even if this works I don't recommend it. If you choose this option, there is a failsafe. If UMC should write a file that already exists, it will not override this. Instead it will change the action automatically toCreate an archive. I will install it later
and create a zip in thevar/modulecreator
folder. That you can....see next option. - By selecting
Create an archive. I will install it later
. If you choose this, a zip with all the files and folders of the module will be created invar/modulecreator
. Unzip it and copy the folders over your magento instance.
- Getting started
- Compatibility
- Installation
- Features
- How to use
- Module grid
- Add/Edit form
- General Settings Tab
- Entities Tab 1. Entity - Name settings 2. Entity - Backend settings 3. Entity - Frontend settings 4. Entity - Products 5. Entity - Categories 6. Entity - Fields/Attribute
- Entity Relations Tab
- Help Tab
- Configuration
- Naming Restrictions
- Generated files
- Sample 1. UMC Config file 2. Tables 3. Backend CRUD 4. Config section 5. Fronend listing 6. Fronend view 7. Product relation 8. Category relation 9. RSS Feed 10. API 11. Widgets 12. Comments 13. Translation
- Created extensions
- Concept
- Limitations
- Issues & Support
- Release Notes
- Uninstall
- License
- Thanks