Home » Archive

Articles tagged with: module

Magento »

[17 May 2011 | 14 Comments]

You have built a custom magento extension (magento module) and you want to package it and submit it to magento connect (magento extension directory). This article shows how to create Magento extension package. I have included images for every step which I followed while creating extension package for my module (Auto Currency Switcher).

Magento »

[16 Feb 2010 | 5 Comments]

I was building a custom module in Magento. I had created a system.xml file for storing configuration data from admin. From the below system.xml file, you can see that I have created a section named ‘My Module Name‘ which can be accessed from Admin –> System –> Configuration. In the file below, I have just [...]

Magento »

[4 Feb 2010 | 4 Comments]

Suppose, you have created a new module or you have an existing module. You have a frontend page for your module. You want to set or change title, keywords, and/or description of your module page. Well, you can do so by adding few lines of code in layout xml file of your module. The layout [...]

Magento »

[7 Jan 2010 | 5 Comments]

You can easily get controller name, action name, router name and module name in template file or in any class file. IN TEMPLATE FILES