Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2014
    Location
    Dublin, CA
    Posts
    6
    Plugin Contributions
    0

    Default How do I add text to the invoice?

    Hello,

    A few of my customers are having some issues with the digital download feature in Zencart and I wanted to add in a note in the invoice to clear up some of the confusion. How can I add / change the text currently there?

    My invoice currently reads:
    Order Confirmation from SemiWiki Store

    **customer name**

    Thanks for shopping with us today!
    The following are the details of your order.
    ------------------------------------------------------
    Order Number: 89
    Date Ordered: Saturday 08 February, 2014
    Detailed Invoice:

    Thank you for any help you can give me!

    -Ryan

  2. #2
    Join Date
    Jan 2014
    Location
    Ontario, Canada
    Posts
    252
    Plugin Contributions
    3

    Default Re: How do I add text to the invoice?

    You can add text to your checkout_success.php here:

    includes/languages/english/YOUR_TEMPLATE/checkout_success.php

    Hope that helps,

  3. #3
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: How do I add text to the invoice?

    I assume you mean the email confirmations?

    includes\classes\order.php
    email\email_template_checkout.html

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,960
    Plugin Contributions
    96

    Default Re: How do I add text to the invoice?

    Or you could make a simple language-file override. If the file /includes/languages/english/YOUR_TEMPLATE/checkout_process.php doesn't exist (where YOUR_TEMPLATE is the name of your custom template), copy /includes/languages/english/checkout_process.php to that location and edit the copied file, changing the following definition:
    Code:
    define('EMAIL_THANKS_FOR_SHOPPING','Thanks for shopping with us today!' . "\n\n" . 'Note: If your order includes digital downloads, <more instructions here>.');

 

 

Similar Threads

  1. v150 Add text to invoice
    By kn2012 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 22 Aug 2012, 12:09 AM
  2. How do I change the Invoice and Packing slip text size?
    By gaffettape in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 19 Jun 2010, 09:52 PM
  3. How can I add additioanl information on the invoice in admin?
    By stitchnkitty in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 7 Jan 2010, 04:50 PM
  4. Can I add a line of text on the invoice
    By Shadow in forum Installing on a Linux/Unix Server
    Replies: 0
    Last Post: 10 May 2007, 03:00 PM
  5. How do I add text to the BOTTOM of the main page only?
    By wtashby in forum General Questions
    Replies: 1
    Last Post: 25 Feb 2007, 01:09 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