Money
From Shopify Wiki
[edit]
money(money)
This filter takes a number and converts it to a string formatted based on your currency, which is editable on the General Preferences screen.
Example:
{{ 145 | money }}
results in '<span class="currency">$</span>1.45' for a default shop in the United States.
