Click or drag to resize

ShoppingCartStateDiscountCartItems Property

Note: This API is now obsolete.

Returns a collection of cart items that represent discounts. Derived versions of ShoppingCartState may override the BuildLegacyDiscountCartItems method.

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[ObsoleteAttribute("Use DiscountItems instead. (5.0)")]
public ICartItemCollection<IDiscountCartItem> DiscountCartItems { get; }

Property Value

ICartItemCollectionIDiscountCartItem
See Also