I have a design where I need to display prices with 6 digits. When I use the variable type numbers for this, prices appear without thousands separators.
I would like to display 61,135.25 instead of 61135.25
Keep in mind that there are different rules for thousands separators and decimal separators in different parts of the world. For example, in Denmark it would look like this 61.135,25. For the clients, their prices shown correct is a big deal. So I can’t use variable numbers for this for now.
Something like this would be much welcome 🙂