Click or drag to resize
IShoppingCartSessionSetCartGuid Method
Stores the GUID of the ShoppingCartInfo to the session.

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

Parameters

cartGuid
Type: SystemGuid
GUID of the shopping cart to be stored to the session.
Remarks
It is recommended to save the value to the session only if the value has changed.
See Also