IShoppingCartStateContainsOpenInvoiceItems Property

Indicates that there is at least one item in the cart that comes from a pre-existing, open invoice.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
bool ContainsOpenInvoiceItems { get; }

Property Value

Boolean

Remarks

You can locate the items in question using JustFromOpenInvoices on Items. Certain shopping cart operations are restricted by netFORUM when an open invoice item is in the cart.

See Also