Click or drag to resize
OrderInfoProviderGetAddressInternal Method
Returns html code that represents address. Used for generating of invoice.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
protected virtual string GetAddressInternal(
	IAddress address
)

Parameters

address
Type: CMS.EcommerceIAddress
Address ID

Return Value

Type: String
See Also