westmidsguy Posted October 22, 2009 Posted October 22, 2009 The default currency on my site was dollars I would like to change this into english pounds how do i do that?
jigga1234 Posted October 22, 2009 Posted October 22, 2009 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
westmidsguy Posted October 22, 2009 Author Posted October 22, 2009 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?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.