Click or drag to resize
ICurrentShoppingCartServiceSetCurrentShoppingCart Method
Sets current shopping cart for current visitor.

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

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
See Also