Money filters
Money filters format prices based on the currency formatting that's defined in the Shopify admin.

Formats the price based on the shop's HTML without currency setting.
money_with_currency
Anchor link to section titled "money_with_currency"Formats the price based on the shop's HTML with currency setting.
money_without_trailing_zeros
Anchor link to section titled "money_without_trailing_zeros"Formats the price based on the shop's HTML without currency setting, and excludes the decimal separator (either .
or ,
) and trailing zeros. If there are no trailing zeros, then this filter behaves the same as the money filter.
money_without_currency
Anchor link to section titled "money_without_currency"Formats the price without the currency symbol.