Results 1 to 9 of 9
  1. #1
    Join Date
    Jul 2007
    Posts
    63
    Plugin Contributions
    0

    Default Order confirmation email to insert additional info?

    Some of our customers buy upgrades so they send their equipment back to us. In the order confirmation email, they do not currently see the address to ship to/ instructions.
    As I am not a php programmer, what would be the simplest method to edit the order.php (right?) file so it has a paragraph or a line with instructions where to send their item? Ideally, it would be just one line "if you send your item for service, follow the link" with me maintaining a separate EZ-pages file I can quickly edit in the future.

  2. #2
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,690
    Plugin Contributions
    123

    Default Re: Order confirmation email to insert additional info?

    There is actually no simple way to do this. But there really should be.

    Sit tight - I'll submit a PR for 1.5.6 and link back to here so you can copy the code.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #3
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,690
    Plugin Contributions
    123

    Default Re: Order confirmation email to insert additional info?

    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #4
    Join Date
    Jul 2007
    Posts
    63
    Plugin Contributions
    0

    Default Re: Order confirmation email to insert additional info?

    Super quick and helpful reply, thank you so much, it worked!
    Do I have a way to insert a link in the newly added instructions to another site using HTML?

  5. #5
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,690
    Plugin Contributions
    123

    Default Re: Order confirmation email to insert additional info?

    Yes. Just update ./includes/languages/english/email_extras.php and set

    define('EMAIL_ORDER_MESSAGE','');

    to

    define('EMAIL_ORDER_MESSAGE','If you are sending your item for service, please see <a href="http://www.example.com/explain.html">the explanation page</a>');
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  6. #6
    Join Date
    Jul 2007
    Posts
    63
    Plugin Contributions
    0

    Default Re: Order confirmation email to insert additional info?

    Just when I thought to be there, something does not work. I inserted the link info into email_extras.php as you suggested, using my own info:

    define('EMAIL_ORDER_MESSAGE','Attention!!!For upgrades and service please ship your product to: Dolgin Engineering 1019 Massachusetts Ave., Lexington, MA 02420 and email us tracking information when available <a href="http://www.dolgin.net/Sending_product.html">instructions</a>');
    But in confirmation email the link is skipped and the result looks like:

    Attention!!!For upgrades and service please ship your product to: Dolgin Engineering 1019 Massachusetts Ave., Lexington, MA 02420 and email us tracking information when available instructions

  7. #7
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,690
    Plugin Contributions
    123

    Default Re: Order confirmation email to insert additional info?

    I was just writing up documentation about this.

    Note that there is only one message for both HTML and plain text messages, so don't rely on embedded HTML.
    // DO NOT DO THIS:
    define('EMAIL_ORDER_MESSAGE','Thank you for your order! For more fantastic deals, please <a href="http://www.example.com/signup.php">sign up for our newsletter</a>.');

    // DO THIS INSTEAD:
    define('EMAIL_ORDER_MESSAGE','Thank you for your order! For more fantastic deals, please sign up for our newsletter at <a href="http://www.example.com/signup.php">http://www.example.com/signup.php</a>.');
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  8. #8
    Join Date
    Jul 2007
    Posts
    63
    Plugin Contributions
    0

    Default Re: Order confirmation email to insert additional info?

    Yes, it did it :-) Thank you again!

  9. #9
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,690
    Plugin Contributions
    123

    Default Re: Order confirmation email to insert additional info?

    This modification was ultimately released as a plugin available here: https://www.zen-cart.com/downloads.php?do=file&id=2200
    and this functionality is built in to Zen Cart 1.5.6.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

 

 

Similar Threads

  1. v150 adding additional info to email confirmation
    By mkyle in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Apr 2012, 09:45 PM
  2. Send additional order confirmation email based on product ordered.
    By abcschooldr in forum General Questions
    Replies: 8
    Last Post: 20 Mar 2012, 09:35 PM
  3. Adding info. to order confirmation email - URGENT!
    By joannadingle in forum General Questions
    Replies: 4
    Last Post: 19 Sep 2008, 05:19 PM
  4. Send additional order confirmation email help
    By imageriot in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 12 Mar 2008, 01:05 PM
  5. Replies: 4
    Last Post: 30 Oct 2006, 01:30 PM

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