| Filter | Description | Example |
|---|---|---|
money | Standard currency format | {{ product.price | money }} → $25.00 |
money_without_currency | Hide currency symbol | {{ product.price | money_without_currency }} → 25.00 |
money_without_cents_if_whole | Omit cents when .00 | {{ product.price | money_without_cents_if_whole }} → $25 |
No-exchange money filters
These variants format the price without applying currency conversion:| Filter | Description |
|---|---|
money_no_exchange | Format without currency conversion |
money_no_exchange_without_currency | Without exchange, no symbol |
money_no_exchange_without_cents_if_whole | Without exchange, omit .00 |