IShoppingCartRepository Methods |
The IShoppingCartRepository type exposes the following members.
Name | Description | |
---|---|---|
DeleteCart |
Removes given ShoppingCartInfo from the system.
| |
DeleteUsersCart |
Deletes user's shopping cart stored in the system for given site.
| |
GetCart(Guid) |
Gets ShoppingCartInfo by its GUID.
| |
GetCart(Int32) |
Gets the ShoppingCartInfo by its ID.
| |
GetUsersCart |
Finds the most recent shopping cart stored for the user on the specified site.
| |
SetCart |
Sets (inserts or updates) the ShoppingCartInfo.
|