Click or drag to resize

DefaultCheckoutHandler Class

Inheritance Hierarchy

Namespace:  Dynamicweb.Ecommerce.Cart
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[AddInActiveAttribute(false)]
public class DefaultCheckoutHandler : CheckoutHandler, 
	IRecurring, ICheckoutHandlerAction

The DefaultCheckoutHandler type exposes the following members.

Constructors
  NameDescription
Public methodDefaultCheckoutHandler
Initializes a new instance of the DefaultCheckoutHandler class
Top
Properties
  NameDescription
Protected propertyHasServerCallback (Inherited from CheckoutHandler.)
Top
Methods
  NameDescription
Protected methodCheckoutDone (Inherited from CheckoutHandler.)
Protected methodGetBaseUrl (Inherited from CheckoutHandler.)
Public methodGetIdSuitableString (Inherited from ConfigurableAddIn.)
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.)
Public methodRecurring
Public methodRecurringSupported
Public methodRedirect (Overrides CheckoutHandlerRedirect(Order).)
Protected methodRedirectToCart (Inherited from CheckoutHandler.)
Protected methodRender (Inherited from CheckoutHandler.)
Public methodRenderAdditionalContent (Inherited from ConfigurableAddIn.)
Public methodRenderInlineForm (Inherited from CheckoutHandler.)
Protected methodSetOrderComplete(Order) (Inherited from CheckoutHandler.)
Protected methodSetOrderComplete(Order, String) (Inherited from CheckoutHandler.)
Public methodSetValue (Inherited from ConfigurableAddIn.)
Public methodStartCheckout (Overrides CheckoutHandlerStartCheckout(Order).)
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