There are several methods used for overriding magento core files, which i have explained earlier. Here I’m going to explain one of simplest method to override core files in magento.
Continue reading
Category Archives: Tips and Snippets
Useful Code Snippets
In this blog, i will share some advanced useful code snippets which come into use when developing custom modules
Adding state to country in magento – Indian States
In this tutorial, we will see how to add states to countries in magento.
By default in magento only few countries have a state drop down when a country is selected like United States, in this tutorial we will see how to add state drop down for other countries as well. Continue reading
Simple URL Rewrite Using Magento xml
In this blog post, we will see how to do simple url rewrite in magento using config.xml.
This method is very useful when creating modules in magento and you want to provide fancy url to your module without using .htaccess rewrites. Continue reading
Magento Category Collection Grid/List View
In this blog post, we will see how to display a grid/list view of categories.
By default magento only has category pages which display the category products, but there is no page which displays categories and its sub categories. Continue reading