News:

Support the VirtueMart project and become a member

Main Menu

customizing order email

Started by supermac, December 22, 2011, 10:07:04 AM

Previous topic - Next topic

supermac

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

supermac

OK FOUND!
\components\com_virtuemart\views\cart\tmpl\mail_html_shopper.php

552288

its possible to post a example from your Details in mail_html_shopper.php ?

THX a lot ......

supermac

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....