Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Oct 2008
    Posts
    38
    Plugin Contributions
    0

    Default email confirmation and invoice question

    Folks,

    I have my store password protected so Im the only one who gets in the store. I use Zen Cart as a way to bill my customers paperless. Yes, I know its quite an unusual use of zencart and who knows I may be the first person to ever do it? Ahh probably not LOL


    I have a few questions about the email that gets sent to the customer after the order is processed. First, where is this file located so I may edit it to say what I want on it and not the default text?

    Second, in this email confirmation it gives the customer a link to a "detailed invoice". Of course this invoice is included in the store and the customer wont be able to get there since the store is protected. Is there a way to move those invoices into another directory where they can retrieve it and print it for themselves if they wish to.

    Optionally, I could do away with the link in the confirmation email and let the confirmation email serve as the invoice.

    I would like them to be able to access the invoice and print it though for their convenience.

    Let me know what the gurus think. As always, many thanks.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: email confirmation and invoice question

    1. The confirmation email is built from a combination of the text in the checkout_process language file and the commands in the send_email function of the order.php class.

    2. The "detailed invoice" link is actually a link to their My Account area, where they can click on their order history to see their order details.

    3. There is no invoice "file" for them to print. The email is probably the best choice if you don't want to allow them to view their own billing history online.
    .

    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
    Oct 2008
    Posts
    38
    Plugin Contributions
    0

    Default Re: email confirmation and invoice question

    Thanks good Dr. Ill be working on it in the morning. Ill let you know how it goes.

  4. #4
    Join Date
    Oct 2008
    Posts
    38
    Plugin Contributions
    0

    Default Re: email confirmation and invoice question

    Hey Doc...

    In the order_process.php file Ive got some of it changed but my new question is:

    Can I simply remove the line:

    define('EMAIL_TEXT_INVOICE_URL_CLICK', 'Click here for a Detailed Invoice');


    and the line:

    define('HEADING_SHIPPING_METHOD','Shipping Method');

    We dont ship products as we are a service company. Id like to chage the shipping line to say:

    "We trust you've experienced extraordinary service today. Thank you for your payment" instead of "Your order will not ship until we receive payment."

    Got some ideas for me? Thanks in advance...

  5. #5
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: email confirmation and invoice question

    Don't ever remove define() statements. Instead, if you want the default text to not show, change the defined value to an empty set of quotes, ie: define('LEAVE_THIS_PART_ALONE', '');


    You could change "Shipping Method" to something blank.
    And then go find the "Your order will not ship ..." text and change it to what you want it to say.
    .

    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.

  6. #6
    Join Date
    Oct 2008
    Posts
    38
    Plugin Contributions
    0

    Default Re: email confirmation and invoice question

    Quote Originally Posted by DrByte View Post
    Don't ever remove define() statements. Instead, if you want the default text to not show, change the defined value to an empty set of quotes, ie: define('LEAVE_THIS_PART_ALONE', '');


    You could change "Shipping Method" to something blank.
    And then go find the "Your order will not ship ..." text and change it to what you want it to say.
    OK Dr... Im struggling with this. Where exactly is the file with the "your order will not ship..." text? Or what is it called I should ask.

    Am I to add a define statement to set an empty value in the order.php file or am I to leave the empty quotes?

 

 

Similar Threads

  1. pdf.invoice file sent with the order confirmation email
    By Advisers Australia in forum Customization from the Admin
    Replies: 0
    Last Post: 3 Feb 2014, 06:53 AM
  2. v139h Attach invoice as PDF to order confirmation email
    By dmagic in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 15 Mar 2012, 08:43 AM
  3. Delivery Date not in confirmation / Invoice email
    By johnbtes in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 Aug 2009, 07:06 PM
  4. Invoice question - can I email them ?
    By rustwood in forum General Questions
    Replies: 1
    Last Post: 1 Aug 2009, 04:32 PM
  5. Add terms and conditions confirmation to invoice
    By godt in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Mar 2008, 11:21 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