Click or drag to resize
IShoppingCartRepositorySetCart Method
Sets (inserts or updates) the ShoppingCartInfo.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
void SetCart(
	ShoppingCartInfo cart
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
The shopping cart to be set.
See Also