InvoiceDetailCartItemTotal Property
Total effective price of this item. See Remarks for details on all that is included.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumFieldAttribute("ivd_nettotal")]
public decimal Total { get; protected set; }
<NetForumFieldAttribute("ivd_nettotal")>
Public Property Total As Decimal
Get
Protected Set
public:
[NetForumFieldAttribute(L"ivd_nettotal")]
virtual property Decimal Total {
Decimal get () sealed;
protected: void set (Decimal value) sealed;
}
[<NetForumFieldAttribute("ivd_nettotal")>]
abstract Total : decimal with get, set
[<NetForumFieldAttribute("ivd_nettotal")>]
override Total : decimal with get, set
DecimalIStandardCartItemTotal
- All invoice details represented by this cart item are included
- Line item taxes are included here. (The only kind of taxes in netFORUM)
- Both line item and cart-wide discounts are included here. (NetFORUM auto-distributes cart-wide discounts across line items)
- Line item shipping is included here. (Though Ignition does not officially support it. Also, NetFORUM does not auto-distribute cart-level shipping shipping across line items, so it is not included here).