bigcommerce / paper-handlebars

Paper plugin for rendering via Handlebars.js
BSD 4-Clause "Original" or "Old" License
12 stars 36 forks source link

Money helper options don't seem to apply #163

Open LordZardeck opened 2 years ago

LordZardeck commented 2 years ago

I'm unable to modify money to only use 2 decimal places when my site setting using 5 decimal places. The docs say I should be able to specify the decimal length and delimiters, but looking at the JS file, it appears it just uses the global settings, not anything provided.

https://github.com/bigcommerce/paper-handlebars/blob/master/helpers/money.js

ekoydakoykoy commented 2 years ago

I also tried this helper in the transactional Emails in Bigcommerce and it is not working too.