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
OK FOUND!
\components\com_virtuemart\views\cart\tmpl\mail_html_shopper.php
its possible to post a example from your Details in mail_html_shopper.php ?
THX a lot ......
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....