Click or drag to resize
ShoppingCartInfoProviderSetShoppingCartItem Method
Adds the product (and its product options) specified in the itemParams to the specified cart object. If such product configuration already exists in the shopping cart, only the CartItemUnits property is increased by Quantity. The added/updated shopping cart item is returned.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static ShoppingCartItemInfo SetShoppingCartItem(
	ShoppingCartInfo cart,
	ShoppingCartItemParameters itemParams
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart
itemParams
Type: CMS.EcommerceShoppingCartItemParameters
Parameters of the shopping cart item which should be used to perform the adding or updating.

Return Value

Type: ShoppingCartItemInfo
See Also