Click or drag to resize
ShoppingServiceSetCartItem Method
Sets or updates cart item, its product options and bundle items to the database.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected virtual void SetCartItem(
	ShoppingCartItemInfo cartItem
)

Parameters

cartItem
Type: CMS.EcommerceShoppingCartItemInfo
ShoppingCartItemInfo to be set.
See Also