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.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.1.5347.20411)
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: ShoppingCartItemInfoSee Also