Click or drag to resize

BundleCartItem Class

Represents a bundle of other complex cart items in a netFORUM shopping cart.
Inheritance Hierarchy
SystemObject
  Ignition.Commerce.ShoppingBundleCartItem

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public sealed class BundleCartItem : IStandardCartItem, 
	ICartItemIdentity

The BundleCartItem type exposes the following members.

Properties
 NameDescription
Public propertyBundleProductId The bundle product that this cart item's Components came from.
Public propertyCartItemId Id of this item.
Public propertyComponents A collection of all of the cart items included in this bundle. These cart items may in turn have other cart items nested under them, depending on their type.
Public propertyDiscountAmountApplied Amount by which this cart item has been discounted. This amount will always be positive. This amount has already been subtracted from Total, and has not been subtracted from SubTotal.
Public propertyInvoiceDetails A collection of all of the invoice details represented by this cart item, including invoice details for any cart items nested under this one.
Public propertyName This property is always empty for bundles, as netFORUM does not track bundle names after items have been added to the cart.
Public propertySubTotal Price of this item, excluding any taxes, discounts, or shipping charges.
Public propertyTaxApplied Amount of tax applied to this cart item. This amount has already been included in Total, and is excluded from SubTotal.
Public propertyTotal Total effective price of this item. See Remarks for details on all that is included.
Top
Remarks
This type is not directly customizable, but you can still customize the types of any of the complex items in Components.
See Also