INetForumShoppingCart Interface

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public interface INetForumShoppingCart : IShoppingCartState
Implements
IShoppingCartState

Properties

BalanceRemaining Remaining balance of the Total due on this cart, after any applied credits have been accounted for. By default, this is the amount of currency still needed to perform a {0} Overload operation.
(Inherited from IShoppingCartState)
BillingAddressId
(Inherited from IShoppingCartState)
BillingContactId
(Inherited from IShoppingCartState)
BillToCustomerId
(Inherited from IShoppingCartState)
CartObsolete.
CartTokenObsolete.
ContainsOpenInvoiceItems Indicates that there is at least one item in the cart that comes from a pre-existing, open invoice.
(Inherited from IShoppingCartState)
ContainsShippableItems Indicates if the cart contains items that netFORUM considers shippable. To know if a shipping method must be set on the cart to checkout, see IsShippingMethodRequired.
(Inherited from IShoppingCartState)
CreditApplied Amount of credit applied to this cart as payment.
(Inherited from IShoppingCartState)
CurrencyId
(Inherited from IShoppingCartState)
CustomerId
(Inherited from IShoppingCartState)
CustomerSortName
(Inherited from IShoppingCartState)
DetailCount
(Inherited from IShoppingCartState)
DiscountAmountApplied Amount by which this cart has been discounted. This amount will always be positive. This amount has already been subtracted from Total, and has not been subtracted from SubTotal. If any open invoices have been added to the cart, this includes discounts from those as well.
(Inherited from IShoppingCartState)
DiscountItems Collection of discount items in the cart. This only includes discounts that have been applied to the cart as a whole, not discounts applied to specific items in the cart.
(Inherited from IShoppingCartState)
IsEligibleForInstallmentBilling Indicates if netFORUM considers the contents of the shopping cart eligible for checkouts using BillInInstallments.
(Inherited from IShoppingCartState)
IsShippingMethodRequired Indicates if a ShippingMethodItem must be set on the cart in order to checkout. To see if one has already been set, see IsShippingMethodSet.
(Inherited from IShoppingCartState)
IsShippingMethodSet Indicates if a ShippingMethodItem has been set on the cart.
(Inherited from IShoppingCartState)
Items Collection of items in the cart.
(Inherited from IShoppingCartState)
ShippingAddressId
(Inherited from IShoppingCartState)
ShippingApplied Amount of shipping applied to this cart. This amount has already been included in Total, and is excluded from SubTotal. If any open invoices have been added to the cart, this includes shipping from those as well.
(Inherited from IShoppingCartState)
ShippingMethodItem Cart item representing the one and only shipping charge applied to this cart. Will be null if no shipping item has been applied to the cart. Will throw InvalidOperationException if more than one shipping item has been applied to the cart.
(Inherited from IShoppingCartState)
ShippingMethodItems Collection of all shipping items in the cart.
(Inherited from IShoppingCartState)
SourceCodeId
(Inherited from IShoppingCartState)
SubTotal Sub-total for this cart, excluding any shipping, taxes and discounts.
(Inherited from IShoppingCartState)
TaxApplied Amount of tax applied to this cart. This amount has already been included in Total, and is excluded from SubTotal. If any open invoices have been added to the cart, this includes taxes from those as well.
(Inherited from IShoppingCartState)
Total 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.
(Inherited from IShoppingCartState)
TotalWeight
(Inherited from IShoppingCartState)

See Also