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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
public ShoppingCartItemValidator(
	ShoppingCartItemInfo item,
	ISKUInfoProvider skuInfoProvider
)

Parameters

item
Type: CMS.EcommerceShoppingCartItemInfo
Shopping cart item for which to perform the validation.
skuInfoProvider
Type: CMS.EcommerceISKUInfoProvider
Provider for SKUInfo management.
See Also