jankariwo Posted March 1, 2008 Posted March 1, 2008 I changed default currency for my new production install , but it remains at the $ setting until you manually switch it. What am i missing out. The change works perfectly in development.
Guest Posted March 2, 2008 Posted March 2, 2008 I changed default currency for my new production install , but it remains at the $ setting until you manually switch it. What am i missing out. The change works perfectly in development. look in catalog\includes\languages\english.php and make // if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language) define('LANGUAGE_CURRENCY', 'USD'); this // if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language) define('LANGUAGE_CURRENCY', 'AUD'); <--- set for your currency You may also have to set Admin ---> My Store --- > Default Language Currency to true.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.