iripais Posted September 5, 2008 Posted September 5, 2008 Hi, I have installed the oscommerce store, configured all the steps and Added the Portuguese language. The problem is, I set Portugues as default language and Euro as default currency. When I enter the store, it gives me US Dollar as default and the prices are all 0€ Only when I choose the currency on the top of the page the prices start to show. :huh: What have I done wrong?
Guest Posted September 5, 2008 Posted September 5, 2008 Hi, I have installed the oscommerce store, configured all the steps and Added the Portuguese language. The problem is, I set Portugues as default language and Euro as default currency. When I enter the store, it gives me US Dollar as default and the prices are all 0€ Only when I choose the currency on the top of the page the prices start to show. :huh: What have I done wrong? You need to define your default currency.
iripais Posted September 5, 2008 Author Posted September 5, 2008 Hi, I have installed the oscommerce store, configured all the steps and Added the Portuguese language. The problem is, I set Portugues as default language and Euro as default currency. When I enter the store, it gives me US Dollar as default and the prices are all 0€ Only when I choose the currency on the top of the page the prices start to show. :huh: What have I done wrong? Bu I did :blink:
Guest Posted September 5, 2008 Posted September 5, 2008 Bu I did :blink: 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', 'EUR'); You may also have to set Admin ---> My Store --- > Default Language Currency to true.
iripais Posted September 5, 2008 Author Posted September 5, 2008 Ok, it's working now, the problem was with the "cod" I was using. It was set as &eu, and it had to be EUR Thanks for the support 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', 'EUR'); 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.