osCmax v2.5 User Manual
Results 1 to 3 of 3

welcome email editing

This is a discussion on welcome email editing within the osCMax v2 Features Discussion forums, part of the osCmax v2.0 Forums category; Hi, I went to /includes/languages/english/create_account.php, and edited the welcome email and all of my changes are there. The problem is ...

      
  1. #1
    Member
    Join Date
    Apr 2010
    Posts
    69
    Rep Power
    3


    Default welcome email editing

    Hi,

    I went to /includes/languages/english/create_account.php, and edited the welcome email and all of my changes are there. The problem is the order of the text. I want to move the define('EMAIL_WARNING' and the "Gift Voucher" to different places in the email, but the order doesn't change in the email, even though it is changed in the code. Can someone tell me what I need to do to change the order?

    This is what I have:
    The coupon % is enabled.

    define('EMAIL_WELCOME', 'Welcome to <b>' . STORE_NAME . '</b>.' . "\n\n");
    // BOF - MOD: CREDIT CLASS Gift Voucher Contribution
    define('EMAIL_GV_INCENTIVE_HEADER', "\n\n" .'As part of our welcome to new customers, we have sent you an e-Gift Voucher worth %s');
    define('EMAIL_GV_REDEEM', 'The redeem code for the e-Gift Voucher is %s, you can enter the redeem code when checking out while making a purchase');
    define('EMAIL_GV_LINK', 'or by following this link ');
    define('EMAIL_COUPON_INCENTIVE_HEADER', 'Congratulations, to make your first visit to our online shop a more rewarding experience we are sending you an e-Discount Coupon.' . "\n" .
    'Below are details of the Discount Coupon created just for you.' . "\n");
    define('EMAIL_COUPON_REDEEM', 'To use the coupon enter the redeem code which is %s during checkout while making a purchase.' . "\n\n");
    // EOF - MOD: CREDIT CLASS Gift Voucher Contribution
    define('EMAIL_TEXT', 'We know you will love our natural and organic beauty products and hope you visit us often.' . "\n\n" . 'You can now take part in the <b>various services</b> we have to offer you. Some of these services include:' . "\n\n" . '<li><b>Shopping Cart</b> - Products added to your cart will remain there until you remove them or check them out.' . "\n" . '<li><b>Address Book</b> - You can have your order shipped to an address other than yours! This is perfect for gift giving.' . "\n" . '<li><b>Order History</b> - View your order history.' . "\n\n");
    define('EMAIL_CONTACT', 'For any help or information, please email us: ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "\n\n");
    define('EMAIL_WARNING', '<b>Note:</b> If you received this email by error and you did not register on our site, please send an email to ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "\n");
    ?>

  2. #2
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    2,678
    Rep Power
    49


    Default Re: welcome email editing

    Look for:

    // build the message content

    in catalog/create_account.php

    The message is constructed after it.

    Regards,
    pgmarshall
    _______________________________

  3. #3
    Member
    Join Date
    Apr 2010
    Posts
    69
    Rep Power
    3


    Default Re: welcome email editing

    Thanks for the response.

    I'm not sure what to change in there, but now I know what file to edit!

Similar Threads

  1. help editing page
    By bluezdaze in forum osCmax v2 Customization/Mods
    Replies: 1
    Last Post: 08-15-2010, 11:38 AM
  2. Editing text in order confirmation email
    By netviper in forum osCmax v2 Customization/Mods
    Replies: 9
    Last Post: 02-02-2009, 02:51 PM
  3. Editing the header
    By minuteman1970 in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 09-15-2007, 11:01 AM
  4. Editing but wheres>?
    By TCM in forum osCmax v2 Customization/Mods
    Replies: 2
    Last Post: 09-04-2006, 10:03 PM
  5. editing each Box
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 03-03-2004, 11:49 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
  •