Click or drag to resize
OrderInfoProviderGetTaxRecapitulationInternal Method
Returns html code that represents info about used taxes. Used for generating of invoice.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
protected virtual string GetTaxRecapitulationInternal(
	DataTable taxes,
	CurrencyInfo currency
)

Parameters

taxes
Type: System.DataDataTable
Table with the tax summary
currency
Type: CMS.EcommerceCurrencyInfo
Currency data

Return Value

Type: String
See Also