Results 1 to 5 of 5
  1. #1
    Join Date
    May 2012
    Posts
    21
    Plugin Contributions
    0

    Default Customize receipts?

    Is there a way to add text lines to the receipt sent to the customer?

    Thanks

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: Customize receipts?

    By "receipt" do you mean the checkout_confirmation email that is sent?
    What kind of information do you want to add?

  3. #3
    Join Date
    May 2012
    Posts
    21
    Plugin Contributions
    0

    Default Re: Customize receipts?

    We are accepting donations online for our non profit. I would like ot have the confirmation act as a tax write off receipt, so just a statement added to the confirmation.

    Thanks

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: Customize receipts?

    Make a copy of /includes/languages/english/checkout_process.php in /includes/languages/english/YOUR_TEMPLATE/checkout_process.php and edit the new file:
    Code:
    <?php
    //
    // +----------------------------------------------------------------------+
    // |zen-cart Open Source E-commerce                                       |
    // +----------------------------------------------------------------------+
    // | Copyright (c) 2003 The zen-cart developers                           |
    // |                                                                      |
    // | http://www.zen-cart.com/index.php                                    |
    // |                                                                      |
    // | Portions Copyright (c) 2003 osCommerce                               |
    // +----------------------------------------------------------------------+
    // | This source file is subject to version 2.0 of the GPL license,       |
    // | that is bundled with this package in the file LICENSE, and is        |
    // | available through the world-wide-web at the following url:           |
    // | http://www.zen-cart.com/license/2_0.txt.                             |
    // | If you did not receive a copy of the zen-cart license and are unable |
    // | to obtain it through the world-wide-web, please send a note to       |
    // | [email protected] so we can mail you a copy immediately.          |
    // +----------------------------------------------------------------------+
    // $Id: checkout_process.php 1969 2005-09-13 06:57:21Z drbyte $
    //
    
    define('EMAIL_TEXT_SUBJECT', 'Order Confirmation');
    define('EMAIL_TEXT_HEADER', 'Order Confirmation');
    define('EMAIL_TEXT_FROM',' from ');  //added to the EMAIL_TEXT_HEADER, above on text-only emails
    define('EMAIL_THANKS_FOR_SHOPPING','Thanks for shopping with us today! <add your text here about your non-profit status and the fact that this contribution is deductible>');
    define('EMAIL_DETAILS_FOLLOW','The following are the details of your order.');
    define('EMAIL_TEXT_ORDER_NUMBER', 'Order Number:');
    define('EMAIL_TEXT_INVOICE_URL', 'Detailed Invoice:');
    define('EMAIL_TEXT_INVOICE_URL_CLICK', 'Click here for a Detailed Invoice');
    define('EMAIL_TEXT_DATE_ORDERED', 'Date Ordered:');
    define('EMAIL_TEXT_PRODUCTS', 'Products');
    define('EMAIL_TEXT_SUBTOTAL', 'Sub-Total:');
    define('EMAIL_TEXT_TAX', 'Tax:        ');
    define('EMAIL_TEXT_SHIPPING', 'Shipping: ');
    define('EMAIL_TEXT_TOTAL', 'Total:    ');
    define('EMAIL_TEXT_DELIVERY_ADDRESS', 'Delivery Address');
    define('EMAIL_TEXT_BILLING_ADDRESS', 'Billing Address');
    define('EMAIL_TEXT_PAYMENT_METHOD', 'Payment Method');
    
    define('EMAIL_SEPARATOR', '------------------------------------------------------');
    define('TEXT_EMAIL_VIA', 'via');
    
    // suggest not using # vs No as some spamm protection block emails with these subjects
    define('EMAIL_ORDER_NUMBER_SUBJECT', ' No: ');
    define('HEADING_ADDRESS_INFORMATION','Address Information');
    define('HEADING_SHIPPING_METHOD','Shipping Method');
    ?>

  5. #5
    Join Date
    May 2012
    Posts
    21
    Plugin Contributions
    0

    Default Re: Customize receipts?

    Thank you very much!

 

 

Similar Threads

  1. Email Invoice and Receipts
    By Nick1973 in forum General Questions
    Replies: 3
    Last Post: 26 Apr 2011, 11:53 PM
  2. Receipts sent to a fax?
    By black68gtx in forum General Questions
    Replies: 4
    Last Post: 17 Dec 2010, 05:45 PM
  3. customer receipts
    By wolfkin in forum General Questions
    Replies: 2
    Last Post: 18 Feb 2010, 07:49 PM
  4. Adding images to receipts
    By missylew in forum General Questions
    Replies: 2
    Last Post: 5 Feb 2010, 06:03 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR