Click or drag to resize
MultiBuyDiscountsEvaluatorGetUnusedNonFreeUnits Method
Returns the number of unit not used as base for any discount nor discounted.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual int GetUnusedNonFreeUnits(
	ShoppingCartItemInfo item
)

Parameters

item
Type: CMS.EcommerceShoppingCartItemInfo
Item to get number of units for.

Return Value

Type: Int32
See Also