Hello,
I can override the templates in virtuemart 3. For example, if i want to override "cart" I create a folder in my template:
html/com_virtuemart/cart
But, if i want to override the email templates. Which is the difference? What is the name of the folder?
Many thanks,
Ro
made up of various templates - all in components\com_virtuemart\views\invoice\tmpl\
e.g. mail_html.php
Then I need in my template a folder as:
MY_TEMPLATE/html/com_virtuemart/invoice/
and a file
MY_TEMPLATE/html/com_virtuemart/invoice/mail_html.php
And i can modify this file.
Ro
yes - plus all the rest of the files that make up the email
Thank you