milkman Posted October 6, 2005 Posted October 6, 2005 Hey All My store is displaying that all goods are 0 in price. The prices for all the goods are still sitting in the database but are just not being displayed. I have checked the language files they all stay GBP. Any one any ideas??
241 Posted October 6, 2005 Posted October 6, 2005 catalog/includes/languages/english.php // 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'); in the admin panel under localization and currencies Title: GB Pound Code: GBP Symbol Left: Symbol Right: GBP Decimal Point: . Thousands Point: , Decimal Places: 2 Last Updated: 21/03/2005 Value: 1.00000000 ensure that the value is 1.00000000 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.
♥Vger Posted October 6, 2005 Posted October 6, 2005 I'd make two changes to that: symbol left = ? symbol right = nothing Vger
Recommended Posts
Archived
This topic is now archived and is closed to further replies.