← back to Dw Theme Hamburger

snippets/money.liquid

5 lines

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