[ 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 // ccgv coupon restrictions error fix 21 // 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**'); 22 define('ERROR_REDEEMED_AMOUNT_ZERO', '*** This is a valid coupon code. HOWEVER: No price reduction can be applied, please see the coupon restrictions that were sent with your email offer. **'); 23 define('ERROR_INVALID_STARTDATE_COUPON', 'This coupon is not available yet'); 24 define('ERROR_INVALID_FINISDATE_COUPON', 'This coupon has expired'); 25 define('ERROR_INVALID_USES_COUPON', 'This coupon could only be used '); 26 define('TIMES', ' times.'); 27 define('ERROR_INVALID_USES_USER_COUPON', 'You have used the coupon the maximum number of times allowed per customer.'); 28 define('REDEEMED_COUPON', 'a coupon worth '); 29 define('REDEEMED_MIN_ORDER', 'on orders over '); 30 define('REDEEMED_RESTRICTIONS', ' [Product-Category restrictions apply]'); 31 define('TEXT_ENTER_COUPON_CODE', 'Enter Redeem Code '); 32 define('MODULE_ORDER_TOTAL_COUPON_TEXT_ERROR', 'Redeemed Coupon'); 33 ?>
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 |