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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static string GetOrderInvoice(
	ShoppingCartInfo cart
)

Parameters

cart
Type: CMS.Ecommerce.ShoppingCartInfo
Shopping cart data used for generating invoice

Return Value

Type: String
See Also