[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: coupon_restrict.php 3 2006-05-27 04:59:07Z user $ 4 5 osCMax Power E-Commerce 6 http://oscdox.com 7 Copyright 2006 osCMax2005 osCMax, 2002 osCommerce 8 9 Released under the GNU General Public License 10 */ 11 12 define('TOP_BAR_TITLE', 'Statistics'); 13 define('HEADING_TITLE', 'Discount Coupons'); 14 define('HEADING_TITLE_STATUS', 'Status : '); 15 define('TEXT_CUSTOMER', 'Customer:'); 16 define('TEXT_COUPON', 'Coupon Name'); 17 define('TEXT_COUPON_ALL', 'All Coupons'); 18 define('TEXT_COUPON_ACTIVE', 'Active Coupons'); 19 define('TEXT_COUPON_INACTIVE', 'Inactive Coupons'); 20 define('TEXT_SUBJECT', 'Subject:'); 21 define('TEXT_FROM', 'From:'); 22 define('TEXT_FREE_SHIPPING', 'Free Shipping'); 23 define('TEXT_MESSAGE', 'Message:'); 24 define('TEXT_SELECT_CUSTOMER', 'Select Customer'); 25 define('TEXT_ALL_CUSTOMERS', 'All Customers'); 26 define('TEXT_NEWSLETTER_CUSTOMERS', 'To All Newsletter Subscribers'); 27 define('TEXT_CONFIRM_DELETE', 'Are you sure you want to delete this Coupon?'); 28 29 define('TEXT_TO_REDEEM', 'You can redeem this coupon during checkout. Just enter the code in the box provided, and click on the redeem button.'); 30 define('TEXT_IN_CASE', ' in case you have any problems. '); 31 define('TEXT_VOUCHER_IS', 'The coupon code is '); 32 define('TEXT_REMEMBER', 'Don\'t lose the coupon code, make sure to keep the code safe so you can benefit from this special offer.'); 33 define('TEXT_VISIT', 'when you visit ' . HTTP_SERVER . DIR_WS_CATALOG); 34 define('TEXT_ENTER_CODE', ' and enter the code '); 35 36 define('TABLE_HEADING_ACTION', 'Action'); 37 38 39 40 define('NOTICE_EMAIL_SENT_TO', 'Notice: Email sent to: %s'); 41 define('ERROR_NO_CUSTOMER_SELECTED', 'Error: No customer has been selected.'); 42 define('COUPON_NAME', 'Coupon Name'); 43 //define('COUPON_VALUE', 'Coupon Value'); 44 define('COUPON_AMOUNT', 'Coupon Amount'); 45 define('COUPON_CODE', 'Coupon Code'); 46 define('COUPON_STARTDATE', 'Start Date'); 47 define('COUPON_FINISHDATE', 'End Date'); 48 define('COUPON_FREE_SHIP', 'Free Shipping'); 49 define('COUPON_DESC', 'Coupon Description'); 50 define('COUPON_MIN_ORDER', 'Coupon Minimum Order'); 51 define('COUPON_USES_COUPON', 'Uses per Coupon'); 52 define('COUPON_USES_USER', 'Uses per Customer'); 53 define('COUPON_PRODUCTS', 'Valid Product List'); 54 define('COUPON_CATEGORIES', 'Valid Categories List'); 55 define('VOUCHER_NUMBER_USED', 'Number Used'); 56 define('DATE_CREATED', 'Date Created'); 57 define('DATE_MODIFIED', 'Date Modified'); 58 define('TEXT_HEADING_NEW_COUPON', 'Create New Coupon'); 59 define('TEXT_NEW_INTRO', 'Please fill out the following information for the new coupon.<br>'); 60 61 62 define('COUPON_NAME_HELP', 'A short name for the coupon'); 63 define('COUPON_AMOUNT_HELP', 'The value of the discount for the coupon, either fixed or add a % on the end for a percentage discount.'); 64 define('COUPON_CODE_HELP', 'You can enter your own code here, or leave blank for an auto generated one.'); 65 define('COUPON_STARTDATE_HELP', 'The date the coupon will be valid from'); 66 define('COUPON_FINISHDATE_HELP', 'The date the coupon expires'); 67 define('COUPON_FREE_SHIP_HELP', 'The coupon gives free shiiping on an order. Note. This overides the coupon_amount figure but respects the minimum order value'); 68 define('COUPON_DESC_HELP', 'A description of the coupon for the customer'); 69 define('COUPON_MIN_ORDER_HELP', 'The minimum order value before the coupon is valid'); 70 define('COUPON_USES_COUPON_HELP', 'The maximum number of times the coupon can be used, leave blank if you want no limit.'); 71 define('COUPON_USES_USER_HELP', 'Number of times a user can use the coupon, leave blank for no limit.'); 72 define('COUPON_PRODUCTS_HELP', 'A comma separated list of product_ids that this coupon can be used with. Leave blank for no restrictions.'); 73 define('COUPON_CATEGORIES_HELP', 'A comma separated list of cpaths that this coupon can be used with, leave blank for no restrictions.'); 74 ?>
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 |