Click or drag to resize

IFlashpointShoppingCart Methods

The IFlashpointShoppingCart type exposes the following members.

Methods
 NameDescription
Public methodAddCourseRegistration Adds an course to the shopping cart.
Public methodAddDonation Adds a donor application to the shopping cart
Public methodAddEventSponsorship Adds an event sponsorship to the shopping cart.
Public methodAddExhibitorApplication Adds an exhibitor application to the shopping cart
Public methodAddGroupRegistration Adds a group event registration to the shopping cart.
Public methodAddHlo Adds an HLO to a cart
Public methodAddMembershipRenewal Adds a membership that is up for renewal to renew to the cart
Public methodAddNewMembership Adds a new membership to the cart
Public methodAddOpenInvoice Adds an open invoice to the cart
Public methodAddProduct Adds a product to the cart
Public methodAddRegistration Adds an event registration to the shopping cart.
Public methodAddRegistrationAddendum Adds an event registration addendum to the shopping cart.
Public methodAddShipping Adds a shipping line item to the cart, with Flashpoint automatically removing any existing shipping line items
Public methodApplyCreditsTowardsBalance Applies the provided credit balance towards the pending purchase
Public methodApplyDiscount Adds a discount line item to a cart
Public methodApplyDiscountProgramVouchers(String) Applies all discount program vouchers available to the shopping cart customer billing customer
Public methodApplyDiscountProgramVouchers(String, NetForumId, IEnumerableString) Applies discount program vouchers matching the supplied code, to the specified item. If an insufficient number of codes are supplied, the voucher will not be applied.
Public methodApplySourceCodeByPromotionalCode Applies a source code to the cart, by way the source code's public promotional code
Public methodCalculateTotalsForInstallmentCheckout Calculates payment amounts related to checking out with installment-billing settings.
Public methodCheckout Places an order
Public methodCheckoutWithBillMeLater Places an order, paying with BillMeLater
Public methodClearDiscountProgramVouchers(String) Removes all applied discount program vouchers from the shopping cart.
Public methodClearDiscountProgramVouchers(String, NetForumId) Removes all applied discount program vouchers from a specified line item.
Public methodCreateProformaInvoice Creates a proforma invoice using a shopping cart
Public methodDeleteDetail Removes an invoice detail from the cart
Public methodGet Returns a given cart
Public methodGetAvailableCredits Returns information about the available credit that might be applicable to purchases made through this shopping cart. Credits are limited to those held by the current cart owner, which have an available balance, and are not "coupons".
Public methodGetPaymentMethods Returns the payment methods for the shopping cart.
Public methodGetShippingTypes Returns the available shipping methods based on the current state of the cart.
Public methodIdentify Sets the shopping cart owner. This action will refresh pricing to reflect member discounts.
Public methodNew Creates a new cart, or clears an existing cart
Public methodUpdate Updates top-level values on a cart
Public methodUpdateDetail Updates an invoice detail in the cart
Top
See Also