Click or drag to resize

IStandardCartItemCollectionTJustBundles Property

A collection of just the bundle cart items

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
ICartItemCollection<BundleCartItem> JustBundles { get; }

Property Value

ICartItemCollectionBundleCartItem
Remarks
Use the Components property to get at the cart items existing within the bundle itself.
See Also