money
number | money
returns string
Formats a given price based on the store's HTML without currency setting.
{{ product.price | money }}
Code
{{ product.price | money }}Data
{
  "product": {
    "price": "10.00"
  }
}Output
$10.00
Was this page helpful?