You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You just need to define <script>Shopify.money_format = "{{ shop.money_format }}";</script>
and then inside the JavaScript template call the slate currency function (it also needs slate.utils) ${slate.Currency.formatMoney(price_min, Shopify.money_format)}
@carolineschnapp Is it possible to work with currency conversion? I'm struggling to get it to support the conversions :(
The text was updated successfully, but these errors were encountered: