money_ without_ currency
number | money_without_currency
returns string
Formats a given price based on the store's HTML without currency setting, without the currency symbol.
{{ product.price | money_without_currency }}
{{ product.price | money_without_currency }}
{
"product": {
"price": "10.00"
}
}
Output
10.00
Was this page helpful?