I need to change the layout of the items purchased in a new order email. Currently, the template we are using is using two lines and large fonts for each item ordered. The item description, quantity ordered, and price are on one line, and the sku is beneath on a second line. We would like to reduce the size of the font and put all of the information on one line. I have looked forever and cannot find where or how to modify. I have successfully modified the overall layout in transactional emails section of backend; but cannot get to the file that controls the items ordered. Thank you for any assistance.
Michael
Thank you for your response...I can handle the changes ok, my problem is I don't know where to find the mailer file.
Michael
Hello Michael,
By default mailer files are located in following path
MAGENTO_ROOT/app/locale/en_US/template/email/
We suggest you to check the mailer file name and search in this path. I hope this will help you.