Click or drag to resize
ICurrentShoppingCartService Interface
Interface for service providing current shopping cart.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public interface ICurrentShoppingCartService

The ICurrentShoppingCartService type exposes the following members.

Methods
  NameDescription
Public methodGetCurrentShoppingCart
Finds the most suitable shopping cart for given user. Creates and initializes new one when no cart found.
Public methodSetCurrentShoppingCart
Sets current shopping cart for current visitor.
Top
See Also