MODULES
...
eCommerce
FAQ - eCommerce
How to format price and output currency?
1min
formatting price in the ecommerce module, a formatted price is generated so partners can quickly output the correct price however, you may sometimes need to convert a "raw" price integer to a currency format instead, we can include price formatter , which will convert the price from cents to dollars (or your currency's equivalent) {% include 'modules/siteglide ecommerce/ecommerce/price formatter' price data my price variable %} here my price variable is the variable containing a price you'd like to format this will then output the formatted price