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");
?>





LinkBack URL
About LinkBacks









Bookmarks