Hi, I need to show virtuemart_user_id in order confirmation emails. I know I need to edit files in /components/com_virtuemart/views/invoice/tmpl but I don't know what code I have to insert of where.
Can anyone help please?
VM 3, Joomla 3.8
Thank you
if it is in the email then it is
and the user id is
templates\xxxx\html\com_virtuemart\invoice\mail_html_shopper.php
or
\templates\xxxx\html\com_virtuemart\invoice\mail_html.php etc
$this->orderDetails['details']['BT']->virtuemart_user_id
Nice, thank you very much! : )