Click or drag to resize
ShoppingCartInfoProviderGetOrderInvoiceInternal Method
Returns the HTML code for the order invoice.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual string GetOrderInvoiceInternal(
	ShoppingCartInfo cart
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart data used for generating invoice

Return Value

Type: String
See Also