Click or drag to resize
ShoppingCartItemCheckResultMarkMaxUnitsFailed Method
Marks this result as "Maximum unit count not reached".

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public virtual void MarkMaxUnitsFailed(
	int maxUnits
)

Parameters

maxUnits
Type: SystemInt32
Maximum unit count in one order which was not satisfied.
See Also