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
looks like the money.currency_location aren't working at least on my build for some reason.
it always show 'right' even though the store settings currency config is 'left'.
ie:
{{money 1000 2 ',' '.'}}
1,000.00$
I can confirm this. The issue is that on line 35 the {{money}} helper is comparing the settings.money.currency_location value against 'left' (lowercase), but the theme settings store the settings.money.currency_location value in title case (e.g. "Left" instead of "left"). I verified the money.currency_location casing by printing it out using the {{json}} helper.
looks like the money.currency_location aren't working at least on my build for some reason.
it always show 'right' even though the store settings currency config is 'left'.
ie:
{{money 1000 2 ',' '.'}}
1,000.00$
can anyone confirm this?
file: https://github.com/bigcommerce/paper-handlebars/blob/master/helpers/money.js
The text was updated successfully, but these errors were encountered: