How can I format prices with a comma thousands separator and always two decimal places? EZ Exporter
You can use the format_as_money() function in the Calculated Fields to do this: Examples: Format the "total_price" field with a thous…
You can use the format_as_money() function in the Calculated Fields to do this: Examples: Format the "total_price" field with a thous…
Some countries use the period character as the thousands separator and the comma character as the decimal separator when formatting currencies. Yo…
We have a function called strip_non_numeric_chars() which you can use in the Calculated Fields that will take care of this for you automatically. …