[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: ot_coupon.php 3 2006-05-27 04:59: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('MODULE_ORDER_TOTAL_COUPON_TITLE', 'Discount Coupons'); 14 define('MODULE_ORDER_TOTAL_COUPON_HEADER', 'Gift Vouchers/Discount Coupons'); 15 define('MODULE_ORDER_TOTAL_COUPON_DESCRIPTION', 'Discount Coupon'); 16 define('SHIPPING_NOT_INCLUDED', ' [Shipping not included]'); 17 define('TAX_NOT_INCLUDED', ' [Tax not included]'); 18 define('MODULE_ORDER_TOTAL_COUPON_USER_PROMPT', ''); 19 define('ERROR_NO_INVALID_REDEEM_COUPON', 'Invalid Coupon Code'); 20 define('ERROR_REDEEMED_AMOUNT_ZERO', 'a valid coupon number. HOWEVER: No reduction will be applied, please see the coupon restrictions that was sent within your offer email**'); 21 define('ERROR_INVALID_STARTDATE_COUPON', 'This coupon is not available yet'); 22 define('ERROR_INVALID_FINISDATE_COUPON', 'This coupon has expired'); 23 define('ERROR_INVALID_USES_COUPON', 'This coupon could only be used '); 24 define('TIMES', ' times.'); 25 define('ERROR_INVALID_USES_USER_COUPON', 'You have used the coupon the maximum number of times allowed per customer.'); 26 define('REDEEMED_COUPON', 'a coupon worth '); 27 define('REDEEMED_MIN_ORDER', 'on orders over '); 28 define('REDEEMED_RESTRICTIONS', ' [Product-Category restrictions apply]'); 29 define('TEXT_ENTER_COUPON_CODE', 'Enter Redeem Code '); 30 define('MODULE_ORDER_TOTAL_COUPON_TEXT_ERROR', 'Redeemed Coupon'); 31 ?>
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 |