ShoppingCartInfoProvider GetShoppingCartItemInternal Method Kentico 8.1 API Reference
Overload List

  NameDescription
Protected methodGetShoppingCartItemInternal(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.
Protected methodGetShoppingCartItemInternal(ShoppingCartInfo, Guid)
Returns shopping cart item from the specified shopping cart object.
Protected methodGetShoppingCartItemInternal(ShoppingCartInfo, Int32)
Returns shopping cart item from the specified shopping cart object.
Back to Top
See Also