Click or drag to resize
IShoppingCartSession Interface
Interface for storing shopping cart GUID in session.

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

The IShoppingCartSession type exposes the following members.

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