Table of Contents

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

GetContent()

Gets the content.
public override string GetContent()

Returns

string
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 string
The order id.

Returns

string
The HTML.
To top