Click or drag to resize
IMultiBuyDiscountIsBasedOn Method
Indicates if this discount is based on given cart item, i.e. this method returns true for items needed to be in the cart to be eligible to get this discount.

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

Parameters

item
Type: CMS.EcommerceMultiBuyItem
Item to check.

Return Value

Type: Boolean
See Also