LiveShippingFeeProvider Class |
Namespace: Dynamicweb.Ecommerce.LiveIntegration
The LiveShippingFeeProvider type exposes the following members.
Name | Description | |
---|---|---|
LiveShippingFeeProvider | Initializes a new instance of the LiveShippingFeeProvider class |
Name | Description | |
---|---|---|
FieldPrefix |
Gets the field prefix.
(Inherited from ShippingProvider.) | |
ShippingID |
Gets or sets the shipping identifier.
(Inherited from ShippingProvider.) |
Name | Description | |
---|---|---|
CalculateShippingFee |
Calculate shipping fee for the specified order.
(Overrides ShippingProviderCalculateShippingFee(Order).) | |
GetFieldValues |
Gets the field values.
(Inherited from ShippingProvider.) | |
GetIdSuitableString |
Gets the id suitable string.
(Inherited from ConfigurableAddIn.) | |
GetParametersToXml |
Gets the parameters to XML.
(Inherited from ConfigurableAddIn.) | |
GetParametersToXml(Boolean) |
Gets the parameters to XML.
(Inherited from ConfigurableAddIn.) | |
LoadParametersFromXml |
Loads the parameters from XML.
(Inherited from ConfigurableAddIn.) | |
ProcessOrder |
Processes the order.
(Inherited from ShippingProvider.) | |
Render |
Makes it possible to extend the shipping method template instance.
(Inherited from ShippingProvider.) | |
RenderAdditionalContent |
Renders the content of the additional.
(Inherited from ConfigurableAddIn.) | |
RenderBackend |
Renders the backend.
(Inherited from ShippingProvider.) | |
RenderFrontend |
Renders the frontend.
(Inherited from ShippingProvider.) | |
SaveLog |
Saves the log.
(Inherited from ShippingProvider.) | |
SaveXmlLog |
Saves the xml log.
(Inherited from ShippingProvider.) | |
SetValue |
Sets the value.
(Inherited from ConfigurableAddIn.) | |
UpdateFromPost |
Updates from post back.
(Inherited from ConfigurableAddIn.)Remarks Get the parameter from Context.Current.Request.Form Form information. Null is allowed. |