Results 1 to 4 of 4

Thread: Changing default currency

  1. #1
    andywozhere is offline Member
    Join Date
    Oct 2010
    Posts
    6

    Default Changing default currency

    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?

  2. #2
    AlexAv's Avatar
    AlexAv is offline Sugar Community Member
    Join Date
    Oct 2009
    Location
    Ukraine
    Posts
    922

    Default Re: Changing default currency

    Maybe SugarCRM can't create a file (permissions problem)

    Do it manually

    If exist config_override.php

    PHP Code:
    $sugar_config['default_currency_iso4217'] = 'Euro1';
    $sugar_config['default_currency_name'] = 'Euro2';
    $sugar_config['default_currency_symbol'] = 'Euro3'
    If no, do it in config.php
    Last edited by AlexAv; 2010-11-11 at 02:25 PM.
    Letrium ltd. - Only high quality service
    http://letrium.com

  3. #3
    andywozhere is offline Member
    Join Date
    Oct 2010
    Posts
    6

    Default Re: Changing default currency

    Thanks Alex,

    Used this in the end

    Code:
    $sugar_config['default_currency_iso4217'] = 'EUR';
    $sugar_config['default_currency_name'] = 'Euro';
    $sugar_config['default_currency_symbol'] = '€';
    For some reason the Sugar Feed is still in dollars, but everything else seems to be in Euros.

  4. #4
    MPT
    MPT is offline Junior Member
    Join Date
    Jun 2010
    Posts
    4

    Default Re: Changing default currency

    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.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Changing default currency
    By andywozhere in forum General Discussion
    Replies: 1
    Last Post: 2010-11-11, 02:13 PM
  2. Changing Currency under My Account
    By alicepohl in forum Help
    Replies: 2
    Last Post: 2009-08-28, 09:27 AM
  3. changing the default currency
    By fbparis in forum Developer Help
    Replies: 9
    Last Post: 2006-07-13, 01:31 PM
  4. Default Currency
    By cache in forum Help
    Replies: 1
    Last Post: 2006-06-16, 01:33 PM
  5. Changing Currency
    By melloncollie in forum Help
    Replies: 2
    Last Post: 2004-10-05, 01:15 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •