VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: supermac on December 22, 2011, 10:07:04 AM

Title: customizing order email
Post by: supermac on December 22, 2011, 10:07:04 AM
Hi you all, I'm a novice with VM.
I'd like to customize the email sent to client who made an order on my VMshop, where have I to work (which php files, where is the email template, ...)?
Thank you
Title: Re: customizing order email
Post by: supermac on December 22, 2011, 10:20:46 AM
OK FOUND!
\components\com_virtuemart\views\cart\tmpl\mail_html_shopper.php
Title: Re: customizing order email
Post by: 552288 on December 28, 2011, 09:32:33 AM
its possible to post a example from your Details in mail_html_shopper.php ?

THX a lot ......
Title: Re: customizing order email
Post by: supermac on January 09, 2012, 16:26:12 PM
oh it was a simple modify, I just had to add an icon near the password code sent in the email's text
   echo "<img src='.............' alt='.....' width='......' />";
after
   echo JText::_('COM_VIRTUEMART_CART_MAIL_SHOPPER_YOUR_PASSWORD');
nearby of row nr 73....