I've managed to fully translate and edit the customer email (located under components>com_virtuemart>views>invoice>tmpl) but now I'm looking into changing the email which administrators receive.
Where can I find the layout of this email?
Thanks in advance!
EDIT: To clear things up a bit, this is the email which buyers and administrator receives whenever an order has been completed. It features a price list and all other information such as order number and password, etc.
I want to change the e-mail the administrator is receiving after a customer completed his/her purchase.
Joomla 3.3.3, VirtueMart 2.9.9.4.
Found it, the e-mail is in the same folder as stated above with the name "mail_html_vendor.php".
This only changes the header of the email, the rest of the email is controlled by a single file called "mail_html.php".