Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Currencies


Coolblue

Recommended Posts

I deleted the default set up and changed it to the settings below, now the prices show 0

Can someone tell me how to set this up properly ?

 

Title: GB (?)

Code: 

 

Symbol Left: ?

Symbol Right: 

 

Decimal Point: .

Thousands Point: ,

Decimal Places: 

 

Last Updated: 

Value: 1.00000000

 

Example Output:

?30 = ?30

Hey Hey im a monkey

Link to comment
Share on other sites

Did you created a new default currency?

In the edit did you put 1.0000000 as the value and then click on update currencies button ?

and 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 w$

 

define('LANGUAGE_CURRENCY', 'USD');

Change it to whatever you need

 

HTH

The_Bear

Link to comment
Share on other sites

Ive changed it to :

 

// if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language)

define('LANGUAGE_CURRENCY', 'en');

 

And i got this message when using the upate currency button :

 

Warning: The primary exchange rate server (oanda) failed for GB (?) (en) - trying the secondary exchange rate server.

Error: The exchange rate for GB (?) (en) was not updated via xe. Is it a valid currency code?

Hey Hey im a monkey

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...