Click or drag to resize
ShoppingCartValidator Constructor
Initializes a new instance of the ShoppingCartValidator class for given cart.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public ShoppingCartValidator(
	ShoppingCartInfo cart
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart for which to perform the validation.
See Also