📄 ot_gv.php
字号:
<?php
/**
* @package languageDefines
* @copyright Copyright 2003-2005 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: ot_gv.php 2486 2005-12-01 07:17:57Z birdbrain $
*/
define('MODULE_ORDER_TOTAL_GV_TITLE', TEXT_GV_NAMES);
define('MODULE_ORDER_TOTAL_GV_HEADER', TEXT_GV_NAMES . '/Discount Coupons');
define('MODULE_ORDER_TOTAL_GV_DESCRIPTION', TEXT_GV_NAMES);
define('SHIPPING_NOT_INCLUDED', ' [Shipping not included]');
define('TAX_NOT_INCLUDED', ' [Tax not included]');
define('MODULE_ORDER_TOTAL_GV_USER_PROMPT', 'Apply Amount: ');
define('MODULE_ORDER_TOTAL_GV_TEXT_ENTER_CODE', TEXT_GV_REDEEM);
define('TEXT_INVALID_REDEEM_AMOUNT', 'It appears that the amount you have tried to apply and your Gift Certificate balance do not match. Please try again.');
define('MODULE_ORDER_TOTAL_GV_USER_BALANCE', 'Available balance: ');
define('MODULE_ORDER_TOTAL_GV_REDEEM_INSTRUCTIONS', '<p>To use Gift Certificate funds already in your account, type the amount you wish to apply in the box that says \'Apply Amount\'. You will need to choose a payment method, then click the continue button to apply the funds to your shopping cart.</p><p>If you are redeeming a <em>new</em> Gift Certificate you should type the number into the box next to Redemption Code. The amount redeemed will be added to your account when you click the continue button.</p>');
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -