Elxis CMS Forum
Support => Technical support => Topic started by: regi168 on February 21, 2011, 09:40:06
-
the currecny decimal setting always 12345.00 dallars.
can it be set to just like 12345 dallors. no decimal.
how to do that .
~
-
If you asking regarding IOS Reservations, must be done with decimal because the payment gateways.
-
The number of decimal digits is set automatically and separately for each currency. This follows the globals standards for each currency.
For example Czech koruna (CZK) has 1 decimal, Hungarian Forint (HUF) has no decimals, US dollar (USD) has 2 decimals, etc.
Here is more detailed example:
GBP => array(name => Pound sterling, symbol => £, decimals => 2)
-
Got it, Thanks