Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

changing the default dollar currency into pounds?


westmidsguy

Recommended Posts

Posted

admin page, in Localization, Currency set to GBP.]

 

then in........

 

catalog/includes/languages/english.php(Line 39):

define('LANGUAGE_CURRENCY', 'EUR');

 

Change to

 

catalog/includes/languages/english.php(Line 39):

define('LANGUAGE_CURRENCY', 'GBP');

 

does this help?

 

Or you could always just go to http://www.oscommerce.info/kb/osCommerce/Administration_Tool/Localization/239

Posted

Title: GBP

Code: GBP

 

Symbol Left: £

Symbol Right:

 

Decimal Point: .

Thousands Point: ,

Decimal Places: 2

 

Last Updated: 10/18/2009

Value: 1.00000000

 

Example Output:

30 = £30.00

 

 

are these settings okay?

Archived

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

×
×
  • Create New...