|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
00001 <?php 00010 define('HEADING_TITLE', 'Discount Coupons Product/Category Restrictions'); 00011 define('HEADING_TITLE_CATEGORY', 'Category Restrictions'); 00012 define('HEADING_TITLE_PRODUCT', 'Product Restrictions'); 00013 00014 define('HEADER_COUPON_ID', 'Coupon ID'); 00015 define('HEADER_COUPON_NAME', 'Coupon Name'); 00016 define('HEADER_CATEGORY_ID', 'Category ID'); 00017 define('HEADER_CATEGORY_NAME', 'Category Name'); 00018 define('HEADER_PRODUCT_ID', 'Product ID'); 00019 define('HEADER_PRODUCT_NAME', 'Product Name'); 00020 define('HEADER_RESTRICT_ALLOW', 'Allow'); 00021 define('HEADER_RESTRICT_DENY', 'Deny'); 00022 define('HEADER_RESTRICT_REMOVE', 'Remove'); 00023 define('IMAGE_ALLOW', 'Allow'); 00024 define('IMAGE_DENY', 'Deny'); 00025 define('IMAGE_REMOVE', 'Remove'); 00026 define('TEXT_ALL_CATEGORIES', 'All Categories'); 00027 00028 define('MAX_DISPLAY_RESTRICT_ENTRIES', 20); 00029 define('TEXT_ALL_PRODUCTS_ADD', 'Add All Category Products'); 00030 define('TEXT_ALL_PRODUCTS_REMOVE', 'Remove All Category Products'); 00031 define('TEXT_INFO_ADD_DENY_ALL', '<strong>For Add all Category Products, only Products not already set for restrictions will be added.<br /> 00032 For Delete all Category Products, only Products that are specified Deny or Allow will be removed.</strong>'); 00033 00034 define('TEXT_MANUFACTURER', 'Manufacturer: '); 00035 define('TEXT_CATEGORY', 'Category: '); 00036 define('ERROR_DISCOUNT_COUPON_DEFINED_CATEGORY', 'Category Not Completed'); 00037 define('ERROR_DISCOUNT_COUPON_DEFINED_PRODUCT', 'Product Not Completed');