IStandardCartItemCollectionTJustBundles Property

A collection of just the bundle cart items

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
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