Guest Posted September 6, 2008 Posted September 6, 2008 Dear All, I am in the early stages of building the content of my web store, however I have noticed that all my items have zero value unless the currency is chosen? The items value also resets to zero when you navigate away from the current page. Any assistance would be greatly appriciated. PSC.
Guest Posted September 7, 2008 Posted September 7, 2008 make sure you have a default currency selected in the admin>localization>currencies section Chris
Guest Posted September 7, 2008 Posted September 7, 2008 make sure you have a default currency selected in the admin>localization>currencies section Chris Thanks Chris, I dug a bit deeper in the forum and found that I need to make the following php edit. In catalog\includes\languages\english.php and change 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', 'USD'); to 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'); A similar change would apply to other language packs installed. Thanks again PSC
Recommended Posts
Archived
This topic is now archived and is closed to further replies.