Click or drag to resize

LiveSalesDiscountProvider Methods

The LiveSalesDiscountProvider type exposes the following members.

Methods
  NameDescription
Public methodCreateAmountOrderline(Order, Double, Boolean) (Inherited from SalesDiscountProvider.)
Public methodCreateAmountOrderline(Order, Double, Boolean, OrderLine) (Inherited from SalesDiscountProvider.)
Protected methodCreateProductOrderline(Order, Product) (Inherited from SalesDiscountProvider.)
Protected methodCreateProductOrderline(Order, String) (Inherited from SalesDiscountProvider.)
Protected methodCreateProductOrderline(Order, String, String) (Inherited from SalesDiscountProvider.)
Public methodGetIdSuitableString
Gets the id suitable string.
(Inherited from ConfigurableAddIn.)
Protected methodGetOrderDiscounts (Inherited from SalesDiscountProvider.)
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 methodCode exampleProcessOrder
Processes the order.
(Overrides SalesDiscountProviderProcessOrder(Order).)
Public methodRenderAdditionalContent
Renders the content of the additional.
(Inherited from ConfigurableAddIn.)
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