IShoppingCartStateTotal Property

Total cost of this cart, including any shipping, taxes and discounts. By default, this is the amount of currency and/or credits needed to perform a {0} Overload operation.

Definition

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

Property Value

Decimal

Remarks

If there are any installment-based open invoice items in this cart, this total will only include the amount due on those items today. It will not include the full remaining balance for those items.

See Also