ShoppingCartInfoProviderGetShoppingCartItem Method (ShoppingCartInfo, Guid) |
Returns shopping cart item from the specified shopping cart object.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public static ShoppingCartItemInfo GetShoppingCartItem(
ShoppingCartInfo cart,
Guid cartItemGuid
)
Parameters
- cart
- Type: CMS.EcommerceShoppingCartInfo
Shopping cart - cartItemGuid
- Type: SystemGuid
Shopping cart item GUID
Return Value
Type:
ShoppingCartItemInfoSee Also