Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2007
    Posts
    37
    Plugin Contributions
    0

    Default Text Order Confirmation Email Customization

    Hello!

    I would like to include on the Order confirmation that the customer receives a blrub about they must login to their account to be able to download the downloadable products.

    I have been searching this forum and my files but cannot find the answer anywhere!

    Can someone point me in the right direction?

  2. #2
    Join Date
    Jan 2004
    Posts
    58,283
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Text Order Confirmation Email Customization

    You could try something like this:
    /includes/languages/english/YOURTEMPLATE/checkout_process.php

    change this:
    Code:
    define('EMAIL_DETAILS_FOLLOW','The following are the details of your order.');
    to something like this:
    Code:
    define('EMAIL_DETAILS_FOLLOW','The following are the details of your order.' . "\n" . '(NOTE: For downloadable items, you will need to log into your account, then click on the My Account button, and select your order to gain access to your downloads.)' );
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    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. Broken text in order confirmation email
    By dustygain in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 16 Jun 2006, 02: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
  •