Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Aug 2008
    Posts
    274
    Plugin Contributions
    0

    Default Re: Add phone to email confirmation---move up

    This worked great. One more request, the clients wants to be able to include the fax number in the same location.

    I tried adding it to the end of the last code you had me add to get the phone added but no luck

    Code:
     if ($this->content_type != 'virtual') {
          $email_order .= "\n" . EMAIL_TEXT_DELIVERY_ADDRESS . "\n" .
          EMAIL_SEPARATOR . "\n" .
          zen_address_label($_SESSION['customer_id'], $_SESSION['sendto'], 0, '', "\n") . "\n";$email_order .= $this->customer['telephone'] . "\n";$email_order .= $this->customer['fax'] . "\n";

  2. #12
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Add phone to email confirmation---move up

    Ya, you'll have to pull that one from the database manually. It's not part of the normal order object.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #13
    Join Date
    Aug 2008
    Posts
    274
    Plugin Contributions
    0

    Default Re: Add phone to email confirmation---move up

    Thank you, any chance you can tell me what to put. Sorry I'm not good with SQL at all. I'm using the standard 'fax' field and I can tell that it is labeled as "f

  4. #14
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Add phone to email confirmation---move up

    $fax_sql = "select customers_fax from " . TABLE_CUSTOMERS . " where customers_id = " . (int)$_SESSION['customers_id'];
    $result = $db->Execute($fax_sql);
    $fax_number = $result->fields['customers_fax'];

    Then use $fax_number.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #15
    Join Date
    Aug 2008
    Posts
    274
    Plugin Contributions
    0

    Default Re: Add phone to email confirmation---move up

    thank you

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v139f Add message to confirmation email
    By paulcreedy in forum General Questions
    Replies: 2
    Last Post: 23 Jul 2012, 12:44 AM
  2. Show customer phone number in confirmation email
    By mfeinf in forum Managing Customers and Orders
    Replies: 6
    Last Post: 31 May 2012, 08:20 PM
  3. phone no and email address in order confirmation mail
    By saroja in forum PayPal Website Payments Pro support
    Replies: 0
    Last Post: 23 Nov 2011, 08:46 AM
  4. Add Fax to Confirmation Email
    By timhersh in forum General Questions
    Replies: 0
    Last Post: 13 Apr 2011, 06:36 PM
  5. Replies: 4
    Last Post: 9 Jun 2009, 08:17 PM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR