Send Email with Attachment in PHP
In this post i am showing you how you can send email with attachment in php. For time being we are using a pdf file as attachment that created using FPDF. so first we need to create and sample pdf …
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 …
