Click or drag to resize
MultiBuyDiscountIsApplicableOn 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: 13.0.131
Syntax
C#
public bool IsApplicableOn(
	MultiBuyItem item
)

Parameters

item
Type: CMS.EcommerceMultiBuyItem
Item to check.

Return Value

Type: Boolean

Implements

IMultiBuyDiscountIsApplicableOn(MultiBuyItem)
See Also