IStandardCartItemTotal 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
ReadOnly Property Total As Decimal
Get
property Decimal Total {
Decimal get ();
}
abstract Total : decimal with get
Property Value
Decimal
- 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).