ECommerceSettingsIsTaxIncludedInPrices Method |
Indicates whether prices on given site already include tax.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public static bool IsTaxIncludedInPrices(
SiteInfoIdentifier site
)
Parameters
- site
- Type: CMS.DataEngineSiteInfoIdentifier
Code name or ID of the site. Use null or empty string for global setting.
Return Value
Type:
BooleanSee Also