Results 1 to 7 of 7
  1. #1
    Join Date
    Jun 2011
    Posts
    92
    Plugin Contributions
    0

    Default Text based emails - Order Confirmation and Updates

    I'm hoping this is the best area to post this as I wasn't entirely sure.

    I've been searching all over the forum and on google for information on how to modify/add text to the plain text email order confirmation and updates emails that zen cart is sending out. What i'm trying to do is add a line below the Total: as well as the New status: in the plain text emails. I want it to say something like "ATTENTION: Charge will appear on your credit card as x" This one is driving me crazy as i'd think it would be really simple but it's beyond me. Any help at all would be greatly appreciated.

    Thanks in advance.
    Owner - MatchLock Arms, LLC and M&M Toys (Yes I sell toys and guns, but not toy guns)
    http://www.matchlockarms.com
    http://www.mandmtoys.com

  2. #2
    Join Date
    Jan 2004
    Posts
    66,445
    Plugin Contributions
    81

    Default Re: Text based emails - Order Confirmation and Updates

    You could try the files I attached to this post awhile back: http://www.zen-cart.com/forum/showpo...01&postcount=4
    .

    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. #3
    Join Date
    Jun 2011
    Posts
    92
    Plugin Contributions
    0

    Default Re: Text based emails - Order Confirmation and Updates

    Quote Originally Posted by DrByte View Post
    You could try the files I attached to this post awhile back: http://www.zen-cart.com/forum/showpo...01&postcount=4
    DrByte,

    Thanks for your prompt reply. I looked at your files and they seem to be way overkill for the one liner i'm trying to add. Is it that involved?
    Owner - MatchLock Arms, LLC and M&M Toys (Yes I sell toys and guns, but not toy guns)
    http://www.matchlockarms.com
    http://www.mandmtoys.com

  4. #4
    Join Date
    Jan 2004
    Posts
    66,445
    Plugin Contributions
    81

    Default Re: Text based emails - Order Confirmation and Updates

    What payment module(s) are you using where you want this to appear?
    .

    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. #5
    Join Date
    Jun 2011
    Posts
    92
    Plugin Contributions
    0

    Default Re: Text based emails - Order Confirmation and Updates

    Quote Originally Posted by DrByte View Post
    What payment module(s) are you using where you want this to appear?
    i'm using authorize.net but I'm only looking to have this in the order confirmation email from zen cart. also on any order updates sent to the consumer.
    Owner - MatchLock Arms, LLC and M&M Toys (Yes I sell toys and guns, but not toy guns)
    http://www.matchlockarms.com
    http://www.mandmtoys.com

  6. #6
    Join Date
    Jan 2004
    Posts
    66,445
    Plugin Contributions
    81

    Default Re: Text based emails - Order Confirmation and Updates

    There are 3 Authorize.net modules: SIM, AIM, eCheck. You'll need to make the following edit in the correct file based on which module you're really using.

    To add a simple disclaimer to the footer of order confirmation emails, find the line near the top of your authnet module file (includes/modules/payment) that says this:
    Code:
     var $code;
    and add this on a new line below it:
    Code:
      var $email_footer = 'The footer text to show on order confirmation emails goes here.';
    And edit the text as desired.
    .

    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.

  7. #7
    Join Date
    Jan 2004
    Posts
    66,445
    Plugin Contributions
    81

    Default Re: Text based emails - Order Confirmation and Updates

    For order confirmation emails, go to /admin/includes/languages/english/orders.php and add the desired text onto either of these defines: EMAIL_TEXT_STATUS_LABEL or EMAIL_TEXT_STATUS_PLEASE_REPLY, depending how you want it to appear.
    .

    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.

 

 

Similar Threads

  1. v154 Order confirmation emails and Contact Us emails not being received
    By jcrewe in forum General Questions
    Replies: 5
    Last Post: 22 Mar 2015, 06:36 PM
  2. v139h Add text to Order Confirmation emails (Text email only)
    By gsh68 in forum General Questions
    Replies: 6
    Last Post: 19 Sep 2012, 10:47 AM
  3. Order confirmation emails to different admin users based on product category
    By TriumphShop in forum Managing Customers and Orders
    Replies: 2
    Last Post: 2 Sep 2009, 10:54 AM
  4. Replies: 5
    Last Post: 6 Aug 2009, 10:44 PM
  5. plain text order confirmation emails
    By tbrides in forum Basic Configuration
    Replies: 2
    Last Post: 5 Sep 2007, 01:33 AM

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