snippets/money.liquid
{% if settings.currency-switcher-format == 'money_format' %}
{{ value | money }}
{% else %}
{{ value | money_with_currency }}
{% endif %}
snippets/money.liquid{% if settings.currency-switcher-format == 'money_format' %}
{{ value | money }}
{% else %}
{{ value | money_with_currency }}
{% endif %}