Elxis CMS Forum

Support => Technical support => Topic started by: regi168 on February 21, 2011, 09:40:06

Title: currecny decimal question
Post 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 .

~

 
Title: Re: currecny decimal question
Post by: CREATIVE Options on February 21, 2011, 10:09:35
If you asking regarding IOS Reservations, must be done with decimal because the payment gateways.
Title: Re: currecny decimal question
Post by: datahell on February 21, 2011, 14:39:41
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)
Title: Re: currecny decimal question
Post by: regi168 on February 23, 2011, 12:01:01
Got it, Thanks