[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: gv_mail.php 14 2006-07-28 17:42:07Z user $ 4 5 osCMax Power E-Commerce 6 http://oscdox.com 7 8 Copyright 2006 osCMax2005 osCMax, 2002 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 define('HEADING_TITLE', 'Send Gift Voucher To Customers'); 14 15 define('TEXT_CUSTOMER', 'Customer:'); 16 define('TEXT_SUBJECT', 'Subject:'); 17 define('TEXT_FROM', 'From:'); 18 define('TEXT_TO', 'Email To:'); 19 define('TEXT_AMOUNT', 'Amount'); 20 define('TEXT_MESSAGE', 'Message:'); 21 define('TEXT_SINGLE_EMAIL', '<span class="smallText">Use this for sending single emails, otherwise use dropdown above</span>'); 22 define('TEXT_SELECT_CUSTOMER', 'Select Customer'); 23 define('TEXT_ALL_CUSTOMERS', 'All Customers'); 24 define('TEXT_NEWSLETTER_CUSTOMERS', 'To All Newsletter Subscribers'); 25 26 define('NOTICE_EMAIL_SENT_TO', 'Notice: Email sent to: %s'); 27 define('ERROR_NO_CUSTOMER_SELECTED', 'Error: No customer has been selected.'); 28 define('ERROR_NO_AMOUNT_SELECTED', 'Error: No amount has been selected.'); 29 30 define('TEXT_GV_WORTH', 'The Gift Voucher is worth '); 31 define('TEXT_TO_REDEEM', 'To redeem this Gift Voucher, please click on the link below. Please also write down the redemption code'); 32 define('TEXT_WHICH_IS', ' which is '); 33 define('TEXT_IN_CASE', ' in case you have any problems.'); 34 define('TEXT_OR_VISIT', 'or visit '); 35 define('TEXT_ENTER_CODE', ' and enter the code during the checkout process'); 36 37 define ('TEXT_REDEEM_COUPON_MESSAGE_HEADER', 'You recently purchasd a Gift Voucher from our site, for security reasons, the amount of the Gift Voucher was not immediatley credited to you. The shop owner has now released this amount.'); 38 define ('TEXT_REDEEM_COUPON_MESSAGE_AMOUNT', "\n\n" . 'The value of the Gift Voucher was %s'); 39 define ('TEXT_REDEEM_COUPON_MESSAGE_BODY', "\n\n" . 'You can now visit our site, login and send the Gift Voucher amount to anyone you want.'); 40 define ('TEXT_REDEEM_COUPON_MESSAGE_FOOTER', "\n\n"); 41 //Added line 42 define ('TEXT_EMAIL_BUTTON_TEXT', 'The Back Button is Disabled when using the WYSIWYG editor'); 43 define ('TEXT_EMAIL_BUTTON_HTML', '<br>Return to previous page'); 44 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |