[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: gv_send.php 3 2006-05-27 04:59:07Z user $ 4 5 osCMax Power E-Commerce 6 http://oscdox.com 7 8 Copyright 2006 osCMax 9 10 Released under the GNU General Public License 11 */ 12 13 define('HEADING_TITLE', 'Send Gift Certificate'); 14 define('NAVBAR_TITLE', 'Send Gift Certificate'); 15 define('EMAIL_SUBJECT', 'Enquiry from ' . STORE_NAME); 16 define('HEADING_TEXT','<br>Please enter below the details of the Gift Certificate you wish to send. For more information, please see our <a href="' . tep_href_link(FILENAME_GV_FAQ,'','NONSSL').'">'.GV_FAQ.'.</a><br>'); 17 define('ENTRY_NAME', 'Recipient\'s Name:'); 18 define('ENTRY_EMAIL', 'Recipient\'s E-Mail Address:'); 19 define('ENTRY_MESSAGE', 'Message to Recipients:'); 20 define('ENTRY_AMOUNT', 'Amount of Gift Certificate:'); 21 define('ERROR_ENTRY_AMOUNT_CHECK', ' <span class="errorText">Invalid Amount</span>'); 22 define('ERROR_ENTRY_EMAIL_ADDRESS_CHECK', ' <span class="errorText">Invalid Email Address</span>'); 23 define('MAIN_MESSAGE', 'You have decided to post a gift Certificate worth %s to %s who\'s email address is %s<br><br>The text accompanying the email will read<br><br>Dear %s<br><br> 24 You have been sent a Gift Certificate worth %s by %s'); 25 26 define('PERSONAL_MESSAGE', '%s says'); 27 define('TEXT_SUCCESS', 'Congratulations, your Gift Certificate has successfully been sent'); 28 29 30 define('EMAIL_SEPARATOR', '----------------------------------------------------------------------------------------'); 31 define('EMAIL_GV_TEXT_HEADER', 'Congratulations, You have received a Gift Certificate worth %s'); 32 define('EMAIL_GV_TEXT_SUBJECT', 'A gift from %s'); 33 define('EMAIL_GV_FROM', 'This Gift Certificate has been sent to you by %s'); 34 define('EMAIL_GV_MESSAGE', 'With a message saying '); 35 define('EMAIL_GV_SEND_TO', 'Hi, %s'); 36 define('EMAIL_GV_REDEEM', 'To redeem this Gift Certificate, please click on the link below. Please also write down the redemption code which is %s. In case you have problems.'); 37 define('EMAIL_GV_LINK', 'To redeem please click '); 38 define('EMAIL_GV_VISIT', ' or visit '); 39 define('EMAIL_GV_ENTER', ' and enter the code '); 40 define('EMAIL_GV_FIXED_FOOTER', 'If you are have problems redeeming the Gift Certificate using the automated link above, ' . "\n" . 41 'you can also enter the Gift Certificate code during the checkout process at our store.' . "\n\n"); 42 define('EMAIL_GV_SHOP_FOOTER', ''); 43 ?>
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 |