ShoppingCartState Class

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[AllowOverridesAttribute]
public class ShoppingCartState : IShoppingCartState
Inheritance
Object    ShoppingCartState
Derived
Implements
IShoppingCartState

Constructors

ShoppingCartStateInitializes a new instance of the ShoppingCartState class

Properties

BalanceRemaining 
BillingAddressId 
BillingContactId 
BillToCustomerId 
CartItems Returns a collection of cart items. Derived versions of ShoppingCartState may override the BuildLegacyCartItems method.
Obsolete.
CartToken 
ContainsOpenInvoiceItems 
ContainsShippableItems 
CourseRegistrationHlos 
CreditApplied 
CurrencyId 
CustomerId 
CustomerSortName 
DetailCount 
DiscountAmountApplied 
DiscountCartItems Returns a collection of cart items that represent discounts. Derived versions of ShoppingCartState may override the BuildLegacyDiscountCartItems method.
Obsolete.
DiscountItems 
DonationHlos 
EventRegistrationHlos 
EventSponsorshipHlos 
ExhibitorApplicationHlos 
FlatAdditionalInvoiceDetailCartItems 
FlatInvoiceDetailCartItems 
GroupRegistrationHlos 
Id 
IsEligibleForInstallmentBilling 
IsShippingMethodRequired 
IsShippingMethodSet 
Items A structured collection of the items in this shopping cart. Derived versions of ShoppingCartState may override the BuildCartItems method for customization.
MembershipHlos 
ShippingAddressId 
ShippingApplied 
ShippingMethodCartItem Returns a cart items that represent the shipping method. Derived versions of ShoppingCartState may override the BuildLegacyShippingCartItem method.
Obsolete.
ShippingMethodItem 
ShippingMethodItems A collection of the shipping items in this shopping cart. Derived versions of ShoppingCartState may override the BuildShippingItems method for customization.
SourceCodeId 
SubTotal 
TaxApplied 
Total 
TotalWeight 

Methods

See Also