Click or drag to resize
ShoppingCartInfoProvider.GetShoppingCartItemInternal Method (ShoppingCartInfo, ShoppingCartItemParameters)
Returns specified shopping cart item from the given shopping cart object. If such item is not found, null is returned. By default shopping cart item is searched according to the product SKUID and SKUIDs of its product options.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
protected virtual ShoppingCartItemInfo GetShoppingCartItemInternal(
	ShoppingCartInfo cart,
	ShoppingCartItemParameters itemParams
)

Parameters

cart
Type: CMS.Ecommerce.ShoppingCartInfo
Shopping cart
itemParams
Type: CMS.Ecommerce.ShoppingCartItemParameters
Parameters of the shopping cart item which should be used to perform the search.

Return Value

Type: ShoppingCartItemInfo
See Also