Click or drag to resize
ShoppingCartItemInfoProviderSetShoppingCartItemInfo Method
Sets (updates or inserts) specified shopping cart item.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static void SetShoppingCartItemInfo(
	ShoppingCartItemInfo itemObj
)

Parameters

itemObj
Type: CMS.EcommerceShoppingCartItemInfo
Shopping cart item to be set
See Also