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: 10.0.0
Syntax
C#
bool IsApplicableOn(
	ShoppingCartItemInfo item
)

Parameters

item
Type: CMS.EcommerceShoppingCartItemInfo
Item to check.

Return Value

Type: Boolean
See Also