Horatiu
Results
2
comments of
Horatiu
You just need to define `Shopify.money_format = "{{ shop.money_format }}";` and then inside the JavaScript template call the slate currency function (it also needs slate.utils) `${slate.Currency.formatMoney(price_min, Shopify.money_format)}`
Yes, of course. But how do we update the script in order for that to work?