IShoppingCartClientStorageSetCartGuid Method |
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax 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