Click or drag to resize
IShoppingCartClientStorageSetCartGuid Method
Stores the GUID of the ShoppingCartInfo to the client.

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 on the client's side.
Remarks
It is recommended to save the value to the client only if the value has changed.
See Also