Click or drag to resize
MultiBuyDiscountInfoProviderAcceptsCouponInternal Method
Indicates if given coupon code is suitable for discount. Returns false if discount has no codes assigned.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual bool AcceptsCouponInternal(
	MultiBuyDiscountInfo discount,
	string couponCode,
	bool ignoreUseLimit
)

Parameters

discount
Type: CMS.EcommerceMultiBuyDiscountInfo
The discount.
couponCode
Type: SystemString
Code to be checked
ignoreUseLimit
Type: SystemBoolean
Indicates if use limitation is to be ignored.

Return Value

Type: Boolean
See Also