Click or drag to resize
OrderInfoProviderGetTotalPrice Method
Returns html code that represents total price of order. Used for generating of invoice.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public static string GetTotalPrice(
	double value,
	CurrencyInfo currency
)

Parameters

value
Type: SystemDouble
Price value
currency
Type: CMS.EcommerceCurrencyInfo
Currency to use

Return Value

Type: String
See Also