Add States or Region to a Country in Magento

Posted by on Jul 25, 2014 in Magento | No comments yet

By default Magento consists of all the countries and doesn’t have the states for all these countries. Unfortunately we didnt have these options in admin to do add states or region. So to add states or region to a country …

Form validation on change in magento

Posted by on Jul 25, 2014 in Magento | 1 Comment

In magento some times we need to validate some fields like username on its availability. So in that case we need to run the validation function on an event change of the element In order to do that we need …

Copy files from one folder to another using php

Posted by on Jun 28, 2014 in General, Php | No comments yet
Copy files from one folder to another using php

Inorder to copy files from one folder to another using php we can use the php’s inbuilt function called copy .Now we are creating an function in which we need only to specify the source directory and the destination directory …

Automatically change store based on user location magento

Posted by on May 3, 2014 in Magento | 5 Comments

Magento has the inbuilt facility to set up multistore functionality in the admin side.It can be managed from the front end by a store switcher or language switcher.But what if we needed to be automatically change store based on user …

Load More