ECommerceSettingsWeightFormattingString Method |
Gets the format used to display product weight. Use {0} expression to insert the weight into the formatting string.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax 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:
StringSee Also