ICurrentShoppingCartStrategy Interface |
Namespace: CMS.Ecommerce
public interface ICurrentShoppingCartStrategy
The ICurrentShoppingCartStrategy type exposes the following members.
Name | Description | |
---|---|---|
AnonymizeShoppingCart |
Removes personal information from the shopping cart.
| |
CartCanBeUsedOnSite |
Checks if given shopping cart can be used on given site.
| |
PreferStoredCart |
Decides whether shopping cart specified by cart is 'good enough' for user
or an older shopping cart stored in the system should be preferred.
| |
RefreshCart |
Ensures that ShoppingCartInfo does not contain invalid data.
| |
TakeOverCart |
Makes the ShoppingCartInfo owned by the user.
| |
UserCanTakeOverCart |
Checks if user can adopt shopping cart specified by cart.
|