Click or drag to resize
ShoppingCartItemCheckResult.MarkMaxUnitsFailed 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: System.Int32
Maximum unit count in one order which was not satisfied.
See Also