File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Currency Fieldtype
22
3- Currency Fieldtype is a Statamic addon that lets you handle any currency with ease. Well, not any, but many at least.
4- 168 to be precise. See which [ currencies we currently support] ( #supported-currencies ) .
3+ Currency Fieldtype is a Statamic addon that lets you handle any currency with ease by utilizing an input mask. Well, not
4+ any, but many at least. 25 of the world's most traded ones to be precise. See
5+ which [ currencies we currently support] ( #supported-currencies ) .
56
67## Features
78
@@ -86,6 +87,11 @@ Let's say we have an entry with a price (the field uses the Currency Fieldtype)
8687will be displayed as ` $1,234.56 ` . If you then convert to ` JPY ` (Japanese Yen) which has ` 0 ` decimal digits, you'll get a
8788wrong result of ` ¥1,235 ` . That's just something to keep in mind in case you'd need to reconfigure the field.
8889
90+ ### Exchange rates
91+
92+ If you change the currency in the field configuration we just use another format, that's it. We do not convert any
93+ currency into another.
94+
8995## Supported Currencies
9096
9197``` text
You can’t perform that action at this time.
0 commit comments