Hi there,
I am trying to get the customer's phone number to show in the confirmation email sent after order. The confirmation email currently shows only customer address. Thanks for assistance.
Hi there,
I am trying to get the customer's phone number to show in the confirmation email sent after order. The confirmation email currently shows only customer address. Thanks for assistance.
Mark
Hare Do - Does the rabbit beat Zen "never".
Zen Cart 1.5.1 Update Release Need help Purchase the Book
Frankly, I am not editing any php file. This was the problem I've just found and trying to resolve it.
Would kindly request if someone help on this. I too need the customer's phone number to be in the order confirmation e-mail sent to the customer (HTML). So I can ask the customer to Double check on contact numbers.
I know the contact numbers are at the bottom in the Admin's e-mail. But it is no where on the customer's e-mail.
This is very important that the contact number is correct.
Please help.
I am having the exact same problem, Please help!
You could add a field to the email_template_checkout.html in the /email directory.This would need to be defined in order to point to the phone number of the customer. Use the developer's tool kit to search for EMAIL_THANKS_FOR_SHOPPING and you will find the two files that need to be edited to make this work.<div class="content">
<div class="content-line">
$EMAIL_TEXT_HEADER <br /><br />
$EMAIL_FIRST_NAME $EMAIL_LAST_NAME,<br />
$EMAIL_PHONE_NUMBER<br />
$EMAIL_THANKS_FOR_SHOPPING<br />
$EMAIL_DETAILS_FOLLOW<br /><br />
$INTRO_ORDER_NUM_TITLE $INTRO_ORDER_NUMBER<br />
$INTRO_DATE_TITLE $INTRO_DATE_ORDERED<br />
<a href="$INTRO_URL_VALUE">$INTRO_URL_TEXT</a>
</div>
MAKE SURE YOU BACK UP BEFORE MESSING WITH THIS!!!!!!!!!!!!
Bookmarks