Click or drag to resize
ShoppingCartFactory Class
Static wrapper for IShoppingCartFactory service providing ShoppingCartInfo objects creation.
Inheritance Hierarchy
SystemObject
  CMS.EcommerceShoppingCartFactory

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static class ShoppingCartFactory

The ShoppingCartFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateCart
Creates a new instance of ShoppingCartInfo assigned to the user on given site.
Top
Remarks
The new instance of ShoppingCartInfo is created using current implementation of IShoppingCartFactory service.
See Also