Click or drag to resize

ICartItem Properties

The ICartItem type exposes the following members.

Properties
 NameDescription
Public propertyCanChangeQty Indicates if the quantity of a given line item may be changed. Items loaded from previous invoices can never have their quantities updated by Ignition, otherwise, baseline NetFORUM business rules are followed.
Public propertyCartItemId Id of this item.
(Inherited from ICartItemIdentity)
Public propertyComponents 
Public propertyDiscountAmountApplied Amount by which this cart item has been discounted. This amount will always be positive. This amount has already been subtracted from Total, and has not been subtracted from SubTotal.
Public propertyHasDiscountProgramVoucherApplied Indicates if a discount program voucher has been applied to this cart item
Public propertyInvoiceDetailType 
Public propertyIsFromPreviousInvoice Indicates if this cart item came from a pre-existing invoice.
Public propertyIsProductShippable Indicates if netFORUM considers the item is shippable. Not all items shipped require a corresponding shipping fee.
Public propertyItemName Name of the item being purchased. This maps to the name of this item's netFORUM Price rather than its Product.
Public propertyPackageGroupingId 
Public propertyPreviousInvoiceCode The Invoice Code of the previous invoice that this cart item came from. Will be null if IsFromPreviousInvoice is false.
Public propertyPreviousInvoiceId The Id of the previous invoice that this cart item came from. Will be null if IsFromPreviousInvoice is false.
Public propertyPreviousInvoiceTransactionDate The Transaction Date of the previous invoice that this cart item came from. Will be null if IsFromPreviousInvoice is false.
Public propertyPriceId netFORUM Price being used for this particular purchase of this ProductId.
Public propertyProductCode netFORUM Product Code of the Product being purchased through this cart item.
Public propertyProductId netFORUM Product being purchased through this cart item.
Public propertyProductTypeId netFORUM Product Type of the Product being purchased through this cart item.
Public propertyQty The quantity of this cart item.
Public propertyShowOnInvoice 
Public propertySubTotal Sub-total for this cart item, excluding any taxes and discounts.
Public propertyTaxApplied Amount of tax applied to this cart item. This amount has already been included in Total, and is excluded from SubTotal.
Public propertyTotal Total cost of this cart item, including any taxes and discounts.
Public propertyUnitPrice The unit price of this cart item, excluding any taxes and discounts.
Top
See Also