Classes
| Class | Description | |
|---|---|---|
|
|
Cart |
Shopping cart, accessible through the user's current state.
The shopping cart can contain a number of products from the ProductCatalog module.
|
|
|
ShoppingCart |
Shopping cart class.
|
|
|
ShoppingCartCollection |
Shopping cart collection.
|
|
|
ShoppingCartConstants |
Shopping cart constants
|
|
|
ShoppingCartDoesNotExistException |
Exception class for the payment info.
Thrown when an operation is tried to be performed with a non-existing shopping cart.
|
|
|
ShoppingCartExistsException |
Exception class for the shopping cart.
Thrown when an existing shopping cart is tried to be created.
|
|
|
ShoppingCartInvalidException |
Shopping cart is invalid.
|
Delegates
| Delegate | Description | |
|---|---|---|
|
|
Cart..::..UpdatedEventArgs |
Delegate for cart updated event args
|
Enumerations
| Enumeration | Description | |
|---|---|---|
|
|
ShoppingCartInvalidErrorCode |
Error codes for invalid shopping cart.
|
|
|
ShoppingCartSaveMethod |
Shopping cart save method
|