marxsmann Posted June 20, 2004 Posted June 20, 2004 My Default language is set to English and my currency is GBP (Pounds). In the admin panel all prices show correctly (i.e. ?6.99) but in the actual shop EVERYTHING shows as 0. Any ideas how I can fix this problem? Thanks Marc
burt Posted June 20, 2004 Posted June 20, 2004 Answered many times in the Forum, do a search for: zero prices
241 Posted June 20, 2004 Posted June 20, 2004 open catalog/includes/languages/english.php and change the default currency from USD to GBP i.e. // 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'); change to // 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'); No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes.
burt Posted June 20, 2004 Posted June 20, 2004 Give a man a fish and he'll eat a meal. Teach a man how to fish and he'll eat many meals...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.