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