Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

All Prices show 0


marxsmann

Recommended Posts

Posted

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

Posted

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! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...