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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected virtual void ValidateShoppingCart(
	ShoppingCartInfo cart
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
ShoppingCartInfo to be validated.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when validation fails.
See Also