Click or drag to resize
IShoppingCartSessionGetCartGuid Method
Gets the GUID of the ShoppingCartInfo stored in session.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
Guid GetCartGuid()

Return Value

Type: Guid
Shopping cart GUID from session or Empty when not found.
See Also