Click or drag to resize
ShoppingCartInfoCartProducts Property
Subset of CartItem collection. Bundle items and product options are excluded.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public IEnumerable<ShoppingCartItemInfo> CartProducts { get; }

Property Value

Type: IEnumerableShoppingCartItemInfo
See Also