Click or drag to resize
OrderInfoProviderGetInvoiceInternal Method (Int32)
Returns html code that represents invoice of order specified by ID.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
protected virtual string GetInvoiceInternal(
	int orderId
)

Parameters

orderId
Type: SystemInt32
Order ID

Return Value

Type: String
See Also