Click or drag to resize

LiveShippingFeeProvider Methods

The LiveShippingFeeProvider type exposes the following members.

Methods
  NameDescription
Public methodCalculateShippingFee
Calculate shipping fee for the specified order.
(Overrides ShippingProviderCalculateShippingFee(Order).)
Protected methodGetFieldValues
Gets the field values.
(Inherited from ShippingProvider.)
Public methodGetIdSuitableString
Gets the id suitable string.
(Inherited from ConfigurableAddIn.)
Public methodGetParametersToXml
Gets the parameters to XML.
(Inherited from ConfigurableAddIn.)
Public methodGetParametersToXml(Boolean)
Gets the parameters to XML.
(Inherited from ConfigurableAddIn.)
Public methodLoadParametersFromXml
Loads the parameters from XML.
(Inherited from ConfigurableAddIn.)
Public methodProcessOrder
Processes the order.
(Inherited from ShippingProvider.)
Public methodRender
Makes it possible to extend the shipping method template instance.
(Inherited from ShippingProvider.)
Public methodRenderAdditionalContent
Renders the content of the additional.
(Inherited from ConfigurableAddIn.)
Public methodRenderBackend
Renders the backend.
(Inherited from ShippingProvider.)
Public methodRenderFrontend
Renders the frontend.
(Inherited from ShippingProvider.)
Protected methodSaveLog
Saves the log.
(Inherited from ShippingProvider.)
Protected methodSaveXmlLog
Saves the xml log.
(Inherited from ShippingProvider.)
Public methodSetValue
Sets the value.
(Inherited from ConfigurableAddIn.)
Public methodUpdateFromPost
Updates from post back.
Remarks
Get the parameter from Context.Current.Request.Form
Form information. Null is allowed.
(Inherited from ConfigurableAddIn.)
Top
See Also