Guest Posted August 10, 2005 Posted August 10, 2005 We are setting up our products and they appear ok within the admin tool and the prices are there and we can amend them ok However when looking at the catalog the price is not displayed Any idea's? Thanks, Dave
♥Vger Posted August 10, 2005 Posted August 10, 2005 Dave - you're UK based and have made GBP your main currency (I'm such a mind reader :D). Now you need to just edit includes/languages/english.php and where you see 'USD' change it to 'GBP' and 'Aye Presto!' your prices will display. Vger
seank123 Posted August 10, 2005 Posted August 10, 2005 Have you changed the default currency? Look in includes/languages/english.php for the line: // 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'); and change the USD to GBP (or whatever currency you're using if not in the UK)
Guest Posted August 10, 2005 Posted August 10, 2005 Thanks very much all sorted....now to my next problem !
murray_simon Posted August 12, 2005 Posted August 12, 2005 Dave - you're UK based and have made GBP your main currency (I'm such a mind reader :D). Now you need to just edit includes/languages/english.php and where you see 'USD' change it to 'GBP' and 'Aye Presto!' your prices will display. Vger <{POST_SNAPBACK}> Vger - I was looking through the forum trying to find the answer to the same problem but with Australian dollars - I have changed the relevant file to AUD and your suggestion unfortunately does not fix the issue?? :( What to do now?? Any suggestions - here is the code that has been changed: // if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language) define('LANGUAGE_CURRENCY', 'AUD');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.