ShoppingCartAdapterService Class |
Namespace: CMS.Ecommerce
public class ShoppingCartAdapterService : IShoppingCartAdapterService
The ShoppingCartAdapterService type exposes the following members.
Name | Description | |
---|---|---|
![]() | ShoppingCartAdapterService |
Name | Description | |
---|---|---|
![]() | ApplyCalculationResult |
Applies result values to given ShoppingCartInfo.
Override this method to change the way the calculation result is applied to the shopping cart.
|
![]() | ApplyResultToItem |
Applies the resultItem to the cartItem.
Override this method to change the way the calculation result is applied to the cart item.
|
![]() | CreateRequest |
Creates a new instance of CalculationRequest.
Override this method to use a derived request implementation.
|
![]() | CreateRequestItem |
Creates a new instance of CalculationRequestItem.
Override this method to use a derived request item implementation.
|
![]() | CreateRequestItemOption |
Creates a new instance of CalculationRequestItemOption.
Override this method to use a derived request item option implementation.
|
![]() | CreateResult |
Creates a new instance of CalculationResult.
Override this method to use a derived result implementation.
|
![]() | CreateResultItem |
Creates a new instance of CalculationResultItem.
Override this method to use a derived result item implementation.
|
![]() | GetCalculationRequest |
Collects information necessary for the calculation from given ShoppingCartInfo and stores it in CalculationRequest.
|
![]() | GetCalculationResult |
Creates the CalculationResult object used to store calculation result (subtotals, price summaries etc.).
Items collection contains CalculationResultItem items.
|