Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change default currency


jankariwo

Recommended Posts

Posted

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.

Posted
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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...