Click or drag to resize
ShoppingCartItemValidatorValidateMinCartUnits Method
Validates that cart contains at least required amount of units.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
protected virtual bool ValidateMinCartUnits(
	SKUInfo sku
)

Parameters

sku
Type: CMS.EcommerceSKUInfo
SKU to be validated.

Return Value

Type: Boolean
Result of validation
See Also