Click or drag to resize

CheckoutHandlerWithStatusPage Class

Inheritance Hierarchy

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

The CheckoutHandlerWithStatusPage type exposes the following members.

Constructors
  NameDescription
Protected methodCheckoutHandlerWithStatusPage
Initializes a new instance of the CheckoutHandlerWithStatusPage class
Top
Properties
  NameDescription
Protected propertyHasServerCallback (Inherited from CheckoutHandler.)
Top
Methods
  NameDescription
Protected methodCheckoutDone(Order) (Inherited from CheckoutHandler.)
Protected methodCheckoutDone(Order, Int32)
Protected methodGetBaseUrl (Inherited from CheckoutHandler.)
Public methodGetIdSuitableString (Inherited from ConfigurableAddIn.)
Protected methodGetInfoFromQueryString
Public methodGetParametersToXml (Inherited from ConfigurableAddIn.)
Public methodGetParametersToXml(Boolean) (Inherited from ConfigurableAddIn.)
Protected methodGetPostedInfo (Inherited from CheckoutHandler.)
Public methodLoadParametersFromXml (Inherited from ConfigurableAddIn.)
Protected methodLogError(Order, String, Object) (Inherited from CheckoutHandler.)
Protected methodLogError(Order, Exception, String, Object) (Inherited from CheckoutHandler.)
Protected methodLogEvent(Order, String, Object) (Inherited from CheckoutHandler.)
Protected methodLogEvent(Order, String, DebuggingInfoType, Object) (Inherited from CheckoutHandler.)
Protected methodStatic memberPrepareGatewayResult
Public methodRedirect (Inherited from CheckoutHandler.)
Protected methodRedirectToCart (Inherited from CheckoutHandler.)
Protected methodRender (Inherited from CheckoutHandler.)
Public methodRenderAdditionalContent (Inherited from ConfigurableAddIn.)
Public methodRenderInlineForm (Inherited from CheckoutHandler.)
Protected methodStatic memberRetrievePageID
Protected methodSetOrderComplete(Order) (Inherited from CheckoutHandler.)
Protected methodSetOrderComplete(Order, String) (Inherited from CheckoutHandler.)
Protected methodSetOrderCompleteSafety
Protected methodSetTransactionState
Public methodSetValue (Inherited from ConfigurableAddIn.)
Public methodStartCheckout (Inherited from CheckoutHandler.)
Protected methodSubmitForm(String, IDictionaryString, String) (Inherited from CheckoutHandler.)
Protected methodSubmitForm(String, IDictionaryString, String, Boolean) (Inherited from CheckoutHandler.)
Public methodUpdateFromPost (Inherited from ConfigurableAddIn.)
Top
See Also