CMSEcommerceObjectsPageValidatePrice Method |
Validates product price.
Namespace: CMS.Ecommerce.Web.UIAssembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 13.0.131
Syntax protected virtual string ValidatePrice(
decimal price,
CurrencyInfo currency,
SKUInfo product
)
Parameters
- price
- Type: SystemDecimal
- currency
- Type: CMS.EcommerceCurrencyInfo
- product
- Type: CMS.EcommerceSKUInfo
Return Value
Type:
StringNull or validation error.
See Also