'); define('COUPON_NAME_HELP', 'A short name for the coupon'); define('COUPON_AMOUNT_HELP', 'The value of the discount for the coupon, either fixed or add a % on the end for a percentage discount.'); define('COUPON_CODE_HELP', 'You can enter your own code here, or leave blank for an auto generated one.'); define('COUPON_STARTDATE_HELP', 'The date the coupon will be valid from'); define('COUPON_FINISHDATE_HELP', 'The date the coupon expires'); 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'); define('COUPON_DESC_HELP', 'A description of the coupon for the customer'); define('COUPON_MIN_ORDER_HELP', 'The minimum order value before the coupon is valid'); define('COUPON_USES_COUPON_HELP', 'The maximum number of times the coupon can be used, leave blank if you want no limit.'); define('COUPON_USES_USER_HELP', 'Number of times a user can use the coupon, leave blank for no limit.'); define('COUPON_PRODUCTS_HELP', 'A comma separated list of product_ids that this coupon can be used with. Leave blank for no restrictions.'); define('COUPON_CATEGORIES_HELP', 'A comma separated list of cpaths that this coupon can be used with, leave blank for no restrictions.');