Click or drag to resize

IShoppingCartStateContainsOpenInvoiceItems Property

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

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