Click or drag to resize

CheckoutHandler Class

Inheritance Hierarchy

Namespace:  Dynamicweb.Ecommerce.Cart
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public abstract class CheckoutHandler : ConfigurableAddIn

The CheckoutHandler type exposes the following members.

Constructors
  NameDescription
Protected methodCheckoutHandler
Initializes a new instance of the CheckoutHandler class
Top
Properties
Methods
  NameDescription
Protected methodCheckoutDone
Protected methodGetBaseUrl
Public methodStatic memberGetCheckoutHandlerFromPayment
Public methodStatic memberGetCheckoutHandlerFromPaymentID(String)
Public methodStatic memberGetCheckoutHandlerFromPaymentID(String, String)
Public methodGetIdSuitableString (Inherited from ConfigurableAddIn.)
Public methodGetParametersToXml (Inherited from ConfigurableAddIn.)
Public methodGetParametersToXml(Boolean) (Inherited from ConfigurableAddIn.)
Protected methodGetPostedInfo
Protected methodStatic memberHideCardNumber
Public methodLoadParametersFromXml (Inherited from ConfigurableAddIn.)
Protected methodLogError(Order, String, Object)
Protected methodLogError(Order, Exception, String, Object)
Protected methodLogEvent(Order, String, Object)
Protected methodLogEvent(Order, String, DebuggingInfoType, Object)
Public methodRedirect
Protected methodRedirectToCart
Public methodStatic memberRedirectToCheckoutHandler
Protected methodRender
Public methodRenderAdditionalContent (Inherited from ConfigurableAddIn.)
Public methodRenderInlineForm
Protected methodSetOrderComplete(Order)
Protected methodSetOrderComplete(Order, String)
Public methodSetValue (Inherited from ConfigurableAddIn.)
Public methodStartCheckout
Protected methodSubmitForm(String, IDictionaryString, String)
Protected methodSubmitForm(String, IDictionaryString, String, Boolean)
Public methodUpdateFromPost (Inherited from ConfigurableAddIn.)
Top
Fields
  NameDescription
Protected fieldStatic memberOrderIdRequestName
Top
See Also