Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Currency Problems!


mystifier_uk

Recommended Posts

I've added GBP (UK Pounds) into OSCommerce and updated the currencies and that was successful.

 

Then I put UK Pounds as the default currency but the items in the shop still show up as US Dollars.

 

And when I delete US Dollars from the currencies then the prices of all the items just come up as zero!

 

Does anyone know what I'm doing wrong here? :'(

Link to comment
Share on other sites

Not yor error - lots of people have this problem:

 

 

In the catalog/includes/languages/english.php around line 36

 

// 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');

 

 

 

Change it to:

 

 

define('LANGUAGE_CURRENCY', 'GBP');

 

 

You may have to delete your browser cache after.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...