Click or drag to resize
ShoppingCartInfoProviderSetShoppingCartItemInternal Method
Adds product (and its product options) to the specified shopping cart object. If such product configuration already exists in the shopping cart, only its quantity is updated. Added/updated shopping cart item is returned.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual ShoppingCartItemInfo SetShoppingCartItemInternal(
	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