How can I remove the decimal part or hide the two decimal places for currency values?
Announcement
Collapse
No announcement yet.
How can I remove the decimal part or hide the two decimal places for currency values?
Collapse
X
-
- Likes 1
-
Oops,Why is there still '00' appearing after the decimal point when printing a PDF?
You need to include the following code in your PDF Template:
HTML Code:{{amountCurrencySymbol}}{{numberFormat amount_RAW decimals=0 decimalPoint='.' thousandsSeparator=','}}
It is written in detail in the documentation:
Comment
Comment