Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Default currency


iripais

Recommended Posts

Posted

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?

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

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

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

Posted

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.

Archived

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

×
×
  • Create New...