Click or drag to resize
IMultiBuyDiscountIsApplicableOn Method
Indicates if this discount is affecting the price of given cart item, i.e. this method returns true for items discounted by this discount.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
bool IsApplicableOn(
	MultiBuyItem item
)

Parameters

item
Type: CMS.EcommerceMultiBuyItem
Item to check.

Return Value

Type: Boolean
See Also