Results 1 to 7 of 7
  1. #1
    Join Date
    Apr 2009
    Posts
    3
    Plugin Contributions
    0

    Default Show customer phone number in confirmation email

    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.

  2. #2
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,068
    Plugin Contributions
    0

    Default Re: Show customer phone number in confirmation email

    Quote Originally Posted by mfeinf View Post
    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.
    Mf,
    what is the file path to the .php file you are editing please
    Mark
    Hare Do - Does the rabbit beat Zen "never".
    Zen Cart 1.5.1 Update Release Need help Purchase the Book

  3. #3
    Join Date
    Apr 2009
    Posts
    3
    Plugin Contributions
    0

    Default Re: Show customer phone number in confirmation email

    Frankly, I am not editing any php file. This was the problem I've just found and trying to resolve it.

  4. #4
    Join Date
    Jul 2007
    Posts
    149
    Plugin Contributions
    0

    application error UPDATE: Show customer phone number

    Quote Originally Posted by mfeinf View Post
    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.

    I see this was never answered? I need to do the exact same thing. Does no one know how to have additional customer information included in the confirmation emails?



  5. #5
    Join Date
    Jul 2011
    Posts
    1
    Plugin Contributions
    0

    Default Re: Show customer phone number in confirmation email

    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.

  6. #6

    Default Re: Show customer phone number in confirmation email

    I am having the exact same problem, Please help!

  7. #7
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    5,002
    Plugin Contributions
    6

    Default Re: Show customer phone number in confirmation email

    You could add a field to the email_template_checkout.html in the /email directory.
    <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>
    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.
    MAKE SURE YOU BACK UP BEFORE MESSING WITH THIS!!!!!!!!!!!!
    Did you read the posting tips?!?
    Things We've Done
    MOD: Scheduled Events

 

 

Similar Threads

  1. Replies: 10
    Last Post: 1 Nov 2008, 11:52 PM
  2. Can I set a fixed customer phone number for FedEx?
    By wootoot1212 in forum Addon Shipping Modules
    Replies: 3
    Last Post: 17 Jun 2008, 06:21 PM
  3. I feel really stupid here, customer phone number question
    By Ripper in forum General Questions
    Replies: 6
    Last Post: 21 Mar 2007, 07:37 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •