Change magento package and theme programatically from admin

Posted by on Sep 26, 2014 in Magento | No comments yet

When we are dealing with magento sometimes we need to change the package and theme of the front end,From front end its easy to do as shown in stackoverflow But this code doesnt works from admin section, So we need to …

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 …

Load More