ECommerceSettingsDefaultCountryName Method |
Gets default country, choose your country or country where you sell the most. All taxes are applied based on their values in the default country unless the customer specifies their country or state during the checkout process.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax public static string DefaultCountryName(
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