not be applied to products in these categories.';
break;
//end category exclusions
//manufacturer exclusions
case 'manufacturers':
$heading_available = 'This coupon may be applied to products assigned to these manufacturers.';
$heading_selected = 'This coupon may not be applied to products assigned to these manufacturers.';
break;
//end manufacturer exclusions
//customer exclusions
case 'customers':
$heading_available = 'This coupon may be used by these customers.';
$heading_selected = 'This coupon may not be used by these customers.';
break;
//end customer exclusions
//product exclusions
case 'products':
$heading_available = 'This coupon may be applied to these products.';
$heading_selected = 'This coupon may not be applied to these products.';
break;
//end product exclusions
//shipping zone exclusions
case 'zones' :
$heading_available = 'This coupon may be used in these shipping zones.';
$heading_selected = 'This coupon may not be used in these shipping zones.';
break;
//end zone exclusions
}
}
define('HEADING_AVAILABLE', $heading_available);
define('HEADING_SELECTED', $heading_selected);
define('MESSAGE_DISCOUNT_COUPONS_EXCLUSIONS_SAVED', 'New exclusion rules saved.');
define('ERROR_DISCOUNT_COUPONS_NO_COUPON_CODE', 'No coupon selected.' );
define('ERROR_DISCOUNT_COUPONS_INVALID_TYPE', 'Cannot create exclusions of that type.');
define('ERROR_DISCOUNT_COUPONS_SELECTED_LIST', 'There has been an error determining the already excluded '.$HTTP_GET_VARS['type'].'.');
define('ERROR_DISCOUNT_COUPONS_ALL_LIST', 'There has been an error determining the available '.$HTTP_GET_VARS['type'].'.');
define('ERROR_DISCOUNT_COUPONS_SAVE', 'Error saving new exclusion rules.');
?>