How to display prices always with 3 decimal digits

Technical support leader

Juraj Ondrus asked on January 25, 2010 08:15

How to display prices always with 3 decimal digits

Correct Answer

Juraj Ondrus answered on January 25, 2010 08:15

You can set the Currency formatting string in the CMS Desk -> Tools -> E-commerce -> Configuration -> Currencies -> <your currency>. This property uses Standard Numeric Format Strings. In this example, enter following string: ${0:F3}.
See Also:
Standard Numeric Format Strings

0 votesVote for this answer Unmark Correct answer

Recent Answers


hamid alaaye answered on October 16, 2014 14:24

I use {0:N3} for currency format string that solve the problem but show 3 decimal. how to hide decimal section? but this soultion shown 3 decimal digit? how to disable the decimal section?

0 votesVote for this answer Mark as a Correct answer

hamid alaaye answered on October 16, 2014 14:31

{0:0,0}

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.