Click or drag to resize
OrderInfoProviderGetInvoiceNumberInternal Method
Returns html code that represents invoice number. Used for generating of invoice.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
protected virtual string GetInvoiceNumberInternal(
	OrderInfo order
)

Parameters

order
Type: CMS.EcommerceOrderInfo
Order data

Return Value

Type: String
See Also