In BigCommerce using the standard handlebars syntax {{price.with_tax.value}} price is displayed as 319.99. I would like to display this price without the decimal in raw format as 31999. Is this possible to retrieve in BigCommerce?
Thanks
You can use the multiply Handlebars helper to get the result you desire.
{{multiply price.with_tax.value 100}}
1.4m articles
1.4m replys
5 comments
57.0k users