Name |
Summary |
Status |
AddEntry(Entry)
|
Adds the entry. Line item's qty will be increased by 1. |
public
|
AddEntry(Entry, Boolean)
|
Adds the entry. |
public
|
AddEntry(Entry, Boolean, CartHelper[])
|
Adds the entry. |
public
|
AddEntry(Entry, CartHelper[])
|
Adds the entry. Line item's qty will be increased by 1. |
public
|
AddEntry(Entry, Decimal, Boolean, CartHelper[])
|
Adds the entry with default warehouse code |
public
|
AddEntry(Entry, Decimal, Boolean, String, CartHelper[])
|
Adds the entry. |
public
|
CartHelper Constructor (Cart)
|
Initializes a new instance of the CartHelper class. |
public
|
CartHelper Constructor (String)
|
Initializes a new instance of the CartHelper class. |
public
|
CartHelper Constructor (String, Guid)
|
Initializes a new instance of the CartHelper class. |
public
|
CartHelper Constructor (String, Guid, IMarket)
|
Initializes a new instance of the CartHelper class. |
public
|
Delete
|
Deletes the current basket instance from the database. |
public
|
FindAddressById
|
Finds the address by id. |
public
|
FindAddressByName
|
Finds the name of the address by. |
public
|
GetCacheKey
|
Gets the cache key which is used to store current cart in the http context, by a specific market. |
protected
|
GetCartPromotions
|
Gets all of the cart promotions regardless of promotion type. |
public
|
GetCartPromotions(Nullable(PromotionGroup.PromotionGroupKey))
|
Gets the cart promotions based on promotion type or All. |
public
|
GetOrderForm
|
Gets the default OrderForm. |
public
|
GetOrderForm(String)
|
Gets the named OrderForm. |
public
|
GetTotalItemCount
|
Gets the total number of items in the basket. |
public
|
LoadCart(String, Guid)
|
Loads the cart. The cart is loaded from current http context if one is present. |
protected
|
LoadCart(String, Guid, MarketId)
|
Loads the cart. The cart is loaded from current http context if one is present. |
protected
|
Reset
|
Resets this instance. Will clean up line items, remove payments and delete addresses.
The cart needs to be saved in order for changes to be persisted. |
public
|
RunWorkflow
|
Runs the workflow and generates the error message for all the warnings. |
public
|
Validate
|
|
public, static
|
Validate(CartHelper)
|
Validates the specified cart. |
public, static
|
Validate(CartHelper, ICatalogSystem, LocalizationService)
|
Validates the specified cart. |
public, static
|