Click or drag to resize
OrderInfoProviderGetProductList Method
Returns html code that represents product list. Used for generating of invoice.

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

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart data

Return Value

Type: String
See Also