3 ways to Add JavaScript Translations in Magento Unknown 10/24/2013 If you want to add translation in JavaScript code of your Magento module, there are three ways to achieve that. You can select any approach... Read More
How to create custom module in TikiWiki Unknown 5/09/2012 TikiWiki or simply Tiki, is a free and open source wiki-based, content management system and Online office suite written primarily in PHP.... Read More
Customize 'New Order' Email template in Magento Arvind Bhardwaj 6/04/2011 22 comments Customizing the ' New Order Confirmation Email ' template in Magento may be a havoc for the first time if you do not know the write ... Read More
Override Controllers in Magento Arvind Bhardwaj 3/31/2011 36 comments While working in Magento you may sometimes run into situations where you would like to override the functionality of the Magento core contro... Read More
Update: Magento Frontend/Backend Modules Updated Arvind Bhardwaj 3/29/2011 15 comments On Request of my readers, I have uploaded the working examples of Magento frontend and backend modules. Also the previous tutorials of modu... Read More
Creating Custom Configuration Options in Magento Admin Arvind Bhardwaj 2/23/2011 30 comments As a Magento developer you frequently encounter the Configuration page of Magento admin backend. But have you ever noticed how these configu... Read More
How to hide 'Add Item' button in Magento Backend Grid Arvind Bhardwaj 2/14/2011 7 comments In some cases you might need to hide the 'Add Item' button on the grid page in backend module for admin. This may eat your head if y... Read More
Bypassing Billing Information(first step) of Checkout Process in Magento! Arvind Bhardwaj 12/22/2010 17 comments Recently I faced a situation in which I had to remove the first step of one page checkout process in Magento. it was a real brain turner for... Read More
Create Admin (Backend) Module in Magento with Grids Arvind Bhardwaj 8/10/2010 74 comments If you are creating an admin module for Magento ( learn creating admin module in Magento ) then you would surely be asked to create grids (... Read More
Create Your First Admin (Backend) Module in Magento Arvind Bhardwaj 8/09/2010 111 comments Creating an 'admin module' for Magento can eat up your head if you are doing it for the first time. But believe me, after reading t... Read More
Create Your First Magento Module Arvind Bhardwaj 7/20/2010 79 comments Magento module Modules are the core functioning unit in a Magento system. Here I am giving an overview of how to write a “Hello World” modul... Read More