Hi,
I seem to be having problems changing the default currency from Dollars to Euros. If I change the setting on Administration » Locale to Euros and press save, the settings keep on reverting to dollars. Anyone know what I am doing wrong?
Hi,
I seem to be having problems changing the default currency from Dollars to Euros. If I change the setting on Administration » Locale to Euros and press save, the settings keep on reverting to dollars. Anyone know what I am doing wrong?
Maybe SugarCRM can't create a file (permissions problem)
Do it manually
If exist config_override.php
If no, do it in config.phpPHP Code:$sugar_config['default_currency_iso4217'] = 'Euro1';
$sugar_config['default_currency_name'] = 'Euro2';
$sugar_config['default_currency_symbol'] = 'Euro3';
Last edited by AlexAv; 2010-11-11 at 02:25 PM.
Letrium ltd. - Only high quality service
http://letrium.com
Thanks Alex,
Used this in the end
For some reason the Sugar Feed is still in dollars, but everything else seems to be in Euros.Code:$sugar_config['default_currency_iso4217'] = 'EUR'; $sugar_config['default_currency_name'] = 'Euro'; $sugar_config['default_currency_symbol'] = '€';
I have had the same problem, no matter what changes I made on the Locale screen nothing saved (config.php had 777 permisions and the folder has 755).
Modifying config.php by hand has worked.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks