Click or drag to resize
ShoppingCartDEFAULT_REQUIRED_FIELDS_MARK Field
Default required field marker. Contains html code with styled asterisk.

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 11.0.0
Syntax
C#
public const string DEFAULT_REQUIRED_FIELDS_MARK = "<span style="color:#eb6d24; vertical-align:top;font-weight:bold; padding-left:1px">*</span>"

Field Value

Type: String
See Also