Class ContextOrderRenderer
- Namespace
- Dynamicweb.Ecommerce.Frontend.ContextRenderers
- Assembly
- Dynamicweb.Ecommerce.dll
Represents the context order renderer.
[AddInName("eCom_ContextOrderRenderer")]
public class ContextOrderRenderer : ContentModule, IModule
- Inheritance
-
ContextOrderRenderer
- Implements
- Inherited Members
Methods
GetModuleContent()
Gets the content.
public override OutputResult GetModuleContent()
Returns
- OutputResult
The content.
GetOrderId()
Gets the empty order id.
public string GetOrderId()
Returns
- string
The empty order id.
GetTestOrderId()
Gets the test order id.
public string GetTestOrderId()
Returns
- string
The test order id.
RenderOrder(string)
Renders the order.
public string RenderOrder(string orderId)
Parameters
orderId
stringThe order id.
Returns
- string
The HTML.