VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: naoko15 on December 09, 2020, 09:12:25 AM

Title: Display customer ids in confirmation emails?
Post by: naoko15 on December 09, 2020, 09:12:25 AM
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
Title: Re: Display customer ids in confirmation emails?
Post by: GJC Web Design on December 09, 2020, 17:42:59 PM
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
Title: Re: Display customer ids in confirmation emails?
Post by: naoko15 on December 10, 2020, 16:58:58 PM
Nice, thank you very much! : )