OSCOMMERCE SUPPORT CALL 702-453-3332

 

Help - Search - Members - Calendar
Full Version: Step by step guide to Change the Currency, Country etc
osCommerce Community Support Forums > osCommerce Online Merchant v2.x > Contributions / Add-Ons > Languages and Zones
Nixforce
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.
Poshbaby
Hi - do a search on YouTube - they have a few different step by step videos.
Hope this helps.
Coopco
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.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.