Click or drag to resize
OrderInfoProviderGetShippingOption Method
Returns html code that represents shipping option. Used for generating of invoice.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public static string GetShippingOption(
	int shippingId
)

Parameters

shippingId
Type: SystemInt32
Shipping option ID

Return Value

Type: String
See Also