Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change from USD to GBP sterling


urbanegos

Recommended Posts

Posted

Hi

I manually changed usd to gbp in the includes folder but it still shows as the value of dollers in the catalogue. What value should i put in gbp catagory or could you post the exact way to change currencies

thanks

julie

Posted
Hi

I manually changed usd to gbp in the includes folder but it still shows as the value of dollers in the catalogue. What value should i put in gbp catagory or could you post the exact way to change currencies

thanks

julie

After

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', 'GBP');

 

You then make GBP the default currency in admin currencies.

Archived

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

×
×
  • Create New...