Click or drag to resize
IShoppingCartFactory Interface
Represents a factory able to create and initialize new instances of ShoppingCartInfo.

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

The IShoppingCartFactory type exposes the following members.

Methods
  NameDescription
Public methodCreateCart
Creates a new instance of ShoppingCartInfo assigned to specified user on given site.
Top
See Also