IStandardCartItemTotal Property

Total effective price of this item. See Remarks for details on all that is included.

Definition

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

Property Value

Decimal

Remarks

- 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).

See Also