VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: callum on April 26, 2012, 01:31:30 AM

Title: updating emailed invoice layout
Post by: callum on April 26, 2012, 01:31:30 AM
How do you edit or change the look of the invoice that is emailed to you?

im running 2.0.6

Thanks,
Title: Re: updating emailed invoice layout
Post by: teobgeno on April 26, 2012, 15:05:00 PM
tpl files located at components/com_virtuemart/views/invoice/tmpl
Title: Re: updating emailed invoice layout
Post by: zebrafilm on April 26, 2012, 21:37:51 PM
Please post in the right forum, your question has nothing to do with development.....

Best way to change the invoice is to use overrides and put them in your template/html folder. Plenty of info to find on the forum.

Look for in the folder /components/com_virtuemart/views/invoice/tmpl/* and copy the files you want to change to the /templates/yourtemplate/html/com_virtuemart/invoice/  folder. If you go through the files it is pretty easy to see what is doing what.

Bastiaan
Title: Re: updating emailed invoice layout
Post by: callum on April 26, 2012, 22:29:24 PM
thank you for your help