Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2006
    Posts
    80
    Plugin Contributions
    0

    Default how can i add coupon to order confirmation email?

    how can i add coupon code to order confirmation email?

    regards
    Ralph

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

    Default Re: how can i add coupon to order confirmation email?

    The email is assembled from various text-definitions in your
    /includes/languages/english/YOURTEMPLATE/checkout_process.php

    You might consider adding your never-changing coupon code to your customized version of this file, something like this:
    Code:
    define('EMAIL_THANKS_FOR_SHOPPING','Thanks for shopping with us today!');
    could become:
    Code:
    define('EMAIL_THANKS_FOR_SHOPPING','Thanks for shopping with us today!' . "\n\n" . 'For your next order, use Coupon Code RRTTQ to get 10% off applicable items.');
    .

    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
    Sep 2006
    Posts
    80
    Plugin Contributions
    0

    Default Re: how can i add coupon to order confirmation email?

    Quote Originally Posted by DrByte
    The email is assembled from various text-definitions in your
    /includes/languages/english/YOURTEMPLATE/checkout_process.php

    You might consider adding your never-changing coupon code to your customized version of this file, something like this:
    Code:
    define('EMAIL_THANKS_FOR_SHOPPING','Thanks for shopping with us today!');
    could become:
    Code:
    define('EMAIL_THANKS_FOR_SHOPPING','Thanks for shopping with us today!' . "\n\n" . 'For your next order, use Coupon Code RRTTQ to get 10% off applicable items.');
    thanks doc,

    it helps a little ...
    is there no other way to include the code from database - like in register confirmation email?

    regards
    Ralph

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

    Default Re: how can i add coupon to order confirmation email?

    You can include a "Welcome Coupon" automatically by:
    1. create the coupon in Admin->Gift Cert/Coupons->Coupon Admin
    2. go to Admin->Configuration->GV/Coupons and enter the code
    .

    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.

 

 

Similar Threads

  1. Replies: 31
    Last Post: 7 Feb 2015, 03:36 AM
  2. How to add content to order confirmation email?
    By Ralf Skirr in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 3 Dec 2009, 10:37 AM
  3. Replies: 0
    Last Post: 28 Feb 2008, 03:42 PM
  4. How to override header_php.php or how to add a new field to order confirmation email
    By monkeytown in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 25 Jan 2008, 06:01 PM
  5. Replies: 4
    Last Post: 30 Oct 2006, 01:30 PM

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