Click or drag to resize
IShoppingCartClientStorage Interface
Interface for storing shopping cart GUID on the client's side.

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

The IShoppingCartClientStorage type exposes the following members.

Methods
  NameDescription
Public methodGetCartGuid
Gets the GUID of the ShoppingCartInfo stored on client.
Public methodSetCartGuid
Stores the GUID of the ShoppingCartInfo to the client.
Top
See Also