How to create Magneto System Configuration Settings??
- Step 1. Create global configuration File
- Step 2. Create module configuration file
- Step 3. Create helper class
- Step 4. Create System configuration file
Step 1. Each Module should have one Namespace & Module name. Name space could be some company name etc. & module name should be something that represents module functionality. So let suppose Namespace is ExtendTree and Module name is ConfigurationSettings. Now Create Global Configuration File inside root directory /app/etc/modules as name "ExtendTree_ConfigurationSettings.xml"
Step 2. Now Create Module Configuration File inside the directory /app/code/local/ExtendTree/ConfigurationSettings/etc as name "config.xml"
Step 3. Now next thing is to create helper inside the directory /app/code/local/ExtendTree/ConfigurationSettings/Helper/ as name "Data.php"
Step 4. Now last thing is to create system configuration file inside the directory /app/code/local/ExtendTree/ConfigurationSettings/etc/ as name "System.xml"
That's it..!! Now go toAdmin->System->Configuration. Here you should see the tab as "ExtendTree"
Thank you..!!
"The easy way for everything."
No comments :
Post a Comment