Classes

  Class Description
Public class Cart
Shopping cart, accessible through the user's current state. The shopping cart can contain a number of products from the ProductCatalog module.
Public class ShoppingCart
Shopping cart class.
Public class ShoppingCartCollection
Shopping cart collection.
Public class ShoppingCartConstants
Shopping cart constants
Public class ShoppingCartDoesNotExistException
Exception class for the payment info. Thrown when an operation is tried to be performed with a non-existing shopping cart.
Public class ShoppingCartExistsException
Exception class for the shopping cart. Thrown when an existing shopping cart is tried to be created.
Public class ShoppingCartInvalidException
Shopping cart is invalid.

Delegates

  Delegate Description
Public delegate Cart..::..UpdatedEventArgs
Delegate for cart updated event args

Enumerations

  Enumeration Description
Public enumeration ShoppingCartInvalidErrorCode
Error codes for invalid shopping cart.
Public enumeration ShoppingCartSaveMethod
Shopping cart save method