Click or drag to resize
ICartItemChecker Interface
Service for consistency checking of added products.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public interface ICartItemChecker

The ICartItemChecker type exposes the following members.

Methods
  NameDescription
Public methodCheckNewItem
Checks if the newItemParams are valid and product configuration can be added to the given cart.
Top
See Also