In what file can I edit the way the email confirmation is shown?
I managed to customize checkout cart with removing the discount prices now I need the email confirmation to look almost the same as checkout.
How do I achieve this?
Thanks Patrick
Hi,
The order confirmation emails are
components/virtuemart/views/tmpl/mail_html_xxx file for the html version
components/virtuemart/views/tmpl/mail_raw_xxx file for the non html version
Thanks, found it and edited it.
Is there a way to override?
rename the default_html_pricelist.php?
How and where to put the override file?
Hi,
Please read this:
http://dev.virtuemart.net/projects/virtuemart/wiki/Hints_for_the_use_of_the_template_system
This paths changed with 2.0.8e, right?
I have not that files in that paths...