  | CartService Class | 
 
Inheritance Hierarchy 
    Namespace: 
   Dynamicweb.Ecommerce.Frontend.Cart
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
SyntaxThe CartService type exposes the following members.
Constructors| 
								 
							 | Name | Description | 
|---|
  | CartService | Initializes a new instance of the CartService class  | 
Top
Methods| 
								 
							 | Name | Description | 
|---|
  | AddOrderLine(String, String, Boolean, Boolean, String, Int32, OrderLineCollection) |  Obsolete.  | 
  | AddOrderLine(Order, String, String, Boolean, Boolean, String, Int32, OrderLineCollection) |  | 
  | AddProducts |  | 
  | CartIsPresent |  | 
  | ClearCart |  | 
  | Empty |  | 
  | LoadCart |  | 
  | LoadCart(Int32) |  | 
  | OrderLineBuilder |  | 
  | RemoveOrderLine |  | 
  | SaveCart |  | 
  | SetUserCart(Order, Boolean) |  | 
  | SetUserCart(Order, User, Boolean) |  | 
  | UpdateOrderLines |  | 
Top
See Also