Currency Field
A number input with a currency symbol.
Settings:
- currency symbol
- minimum value
- maximum value
The value is stored as a plain number — the symbol is presentation only, so arithmetic and comparison work as expected and the field can be filtered by range.
Output:
html
{$price}Format it in the template rather than storing a formatted string:
html
{$price|number_format:2} ₽