Magento file system ownership and permissions

In this section we are going to discuss on how we can set magento file system ownership and permissions: Why do we set file system permissions Magento File system ownership and permissions Why do we set file system permissions Being living …
New JavaScript Malware Issue in Magento. Make sure your site is secure.

Magento Commerce has received reports of a JavaScript malware exploit that forwards credit card information from checkout pages to an external site. No new attack vector has been identified. It appears most impacted sites have not implemented the February 2015 …
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

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 …