Click or drag to resize
ShoppingCartValidatorValidate Method
Validates shopping cart and its items.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public bool Validate()

Return Value

Type: Boolean
Returns true if validation passed, otherwise returns false.

Implements

IValidatorValidate
See Also