Monthly Archive: June 2015
In this article I’m discussing about the check server compatibility in magento. Magento has certain server/software requirements which must be met in order to install and run it. You can test your server for...
Today I’m discussing how to add states for indian country in magento checkout page. By default Magento stores the region/state information only for some countries – Austria, United States, Canada, France, Germany etc. So...
In this article I’m discussing about the local.xml file importance in Magento. By using local.xml file, you can update or change a theme layout so that all default files would remain unchanged and all...
In this article I’ll discuss about how to change theme of Magento in runtime, that means your system work on many themes. So lets start. According to me there is two possible way to...
When a site responds slowly, visitors spend less time on that site – that is less of their time at your Webstore looking at products and making purchases. We can improve Magento site performance...
Today I’ll discuss, how to delete duplicate custom options from product in magento. First of all make a file on magento root directory and paste below code on that file and after that run...
In this article I’ll discuss about the Filterable Attribute in drop down format in Layered navigation in Magnto. For this you have to follow below steps:- 1. Find the following folder location under app/design/frontend/package/theme/template/catalog/layer....
Follow below link for Yahoo Currency exchange rate in Magento http://www.magentocommerce.com/wiki/5_-_modules_and_development/using_yahoo_finance_for_currency_exchange_rate_retrieval
Today I’m discussing, how to display Lowest price for a configurable product I find the best solution for this type of method is a helper file. I’ve created an empty module for this, PB...