Click or drag to resize
ShoppingCartInfoProviderGetShoppingCartItemInternal 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: 9.0.0
Syntax
C#
protected virtual ShoppingCartItemInfo GetShoppingCartItemInternal(
	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 search.

Return Value

Type: ShoppingCartItemInfo
See Also