Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Prices have gone to 0?


JGClifton

Recommended Posts

Posted

I'm working on a site for the client and he has been having a bit of a play about with some admin options. Somewhere down the line something seems to have messed up a little bit and now all the prices on the product listing page say 0 even if they are input correctly and also the admin panel shows them as correct, any ideas?

Posted

Thanks for the help but I'm still stuggling to find this in the admin panel. I just want all the prices to display in £ by default no matter where they are located.

Posted
Thanks for the help but I'm still stuggling to find this in the admin panel. I just want all the prices to display in £ by default no matter where they are located.

You need to make your currency your default currency because you deleted the USD which is the default currency when OSC is installed.

 

Look in catalog\includes\languages\english.php and make

// 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');

 

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');

Archived

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

×
×
  • Create New...