I've set up a new template on a website I'm starting at www.silver-jewellery-uk.com but I cannot get the currency to display in £. I've gone through all the tutorials, changed all the admin settings, but no matter what I do it just won't change from $ to £.
I've been in admin/localisation and changed the default currency to GBP £ LEFT.... no joy. I've also changed the store settings to UK not USA.
Does anyone have any idea what's going wrong here? I've also made some edits in english.php:
@setlocale(LC_TIME, 'en_UK.ISO_8859-1');
define('DATE_FORMAT_SHORT', '%d/%m/%Y'); // this is used for strftime()
define('DATE_FORMAT_LONG', '%A %d %B, %Y'); // this is used for strftime()
define('DATE_FORMAT', 'd/m/Y'); // this is used for date()
define('DATE_TIME_FORMAT', DATE_FORMAT_SHORT . ' %H:%M:%S');
// 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');
// Global entries for the <html> tag
define('HTML_PARAMS','dir="ltr" lang="en"');
// charset for web pages and emails
define('CHARSET', 'iso-8859-1');


Reply With Quote
