Font Awesome icons and their CSS content values

Font Awesome gives you scalable vector icons that can instantly be customized — size, color, drop shadow, and anything that can be done with the power of CSS. You can download the fonts from here Font Awesome is a web …
Create new customer attribute magento

Magento itself have lot of attributes inbuilt for customers, sometimes we need to add a new attribute to customer. So here is the code to create customer attribute in magento In the below example we are adding “Country of Residence” …
Change tax to vat on magento

To change the word tax we can edit the locale csv for majority of tax words Here is it Open the Languge File located in /app/locale/en_US/Mage_Tax.csv You will find the text “Tax” in 2nd para of 93th line. You can …
Change magento package and theme programatically from admin

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 …