Click or drag to resize
MultiBuyCouponCodeInfoProviderGetMultiBuyCouponUsageInfoMessage Method
Returns formatted message about codes.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static string GetMultiBuyCouponUsageInfoMessage(
	MultiBuyDiscountInfo parent,
	bool dataOnly = false
)

Parameters

parent
Type: CMS.EcommerceMultiBuyDiscountInfo
Parent offer multibuy discount of coupon codes
dataOnly (Optional)
Type: SystemBoolean
If true, only statistics (used / limit) are returned.

Return Value

Type: String
See Also