Get customer by custom attribute in Magento

Posted by on May 27, 2015 in General, Magento, Php | No comments yet
Get customer by custom attribute in Magento

We can get customer by custom attribute in magento with a single line of code as shown below, Just pass the attribute name and the desired value In the above code username is the desired custom attribute and yourusernamehere is …

Get country name from country code in magento

Posted by on May 22, 2015 in Magento | No comments yet
Get country name from country code in magento

When dealing with magento customization sometimes we need to get country name from country code. Its pretty easy to do so with a single line of code Magento has a model to manage the countries which is directory/country So first …

Magento Go is Shutting Down

Posted by on Nov 19, 2014 in Magento | No comments yet
Magento Go is Shutting Down

E-commerce platform Magento, owned by eBay’s Enterprise division, is closing down two of its products designed to reach small to medium-sized online retailers: Magento Go and ProStores. The company has posted notices and informational guides on both product websites, directing …

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 …

Load More