Click or drag to resize
ECommerceSettingsWeightFormattingString Method
Gets the format used to display product weight. Use {0} expression to insert the weight into the formatting string.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static string WeightFormattingString(
	SiteInfoIdentifier siteIdentifier
)

Parameters

siteIdentifier
Type: CMS.DataEngineSiteInfoIdentifier
Code name or ID of the site. Use null or empty string for global setting

Return Value

Type: String
See Also