QUOTE (Nixforce @ Feb 7 2008, 01:35 AM)

Hi all
Im looking for a step by step guide to changing the default currency and location, and language. I have tried a few times, and always end up with the site total destroyed or with prices on the front end of 0..
Please help.
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');
You may also have to set Admin ---> My Store --- > Default Language Currency to true.