News:

Support the VirtueMart project and become a member

Main Menu

Display customer ids in confirmation emails?

Started by naoko15, December 09, 2020, 09:12:25 AM

Previous topic - Next topic

naoko15

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

GJC Web Design

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
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

naoko15