![]() |
Invoice sent to admin, add customer's phone?
I am trying to add the customer's phone number to the e-mail that is sent to the admin once a new order is placed. This is the same e-mail that contains the credit card details, order details, and customer details. However, the customer's phone number is nowhere to be found in this template.
Which template do I edit here? I looked at order_invoice and that doesn't appear to be the right one. Also, before anyone suggests this has already been asked and answered please provide another suggestion for what to search for, I've tried "phone and admin and invoice", "phone and invoice", "phone and admin" and came up with nothing. :roll: |
mail/html/order_invoice.tpl
|
I already looked on that template and it appears that in the code it still shows the phone number:
Code:
{* $Id: order_invoice.tpl,v 1.14.2.15 2005/08/09 10:51:37 max Exp $ *} |
No, it only includes the company phone, not the customer's phone, you would need to add it where you would like to see it. Try this varaible:
{$userinfo.phone} |
Ah, that makes sense. I'll let you know how that works.
Thanks |
Looks like that corrected it.
Thanks again :lol: |
All times are GMT -8. The time now is 12:28 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.