Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Default Currency Problem


tim_o_boy

Recommended Posts

I've done a lot of searching in previous posts for this but can't fix the problem. I've changed the default currency from USD to GBP.

 

In Admin/Categories/Products, my prices are showing up correctly as ?5.25 (for example). But when I go into the site I just get a zero. As far as I can see reading lots of posts everything is set up fine.

 

Any help appreciated before I consider suicide.

Link to comment
Share on other sites

you created a new default currency?

In the edit did you put 1.0000000 as the value and then click on update currencies button ?

and in the catalog/includes/languages/english.php around line 36

 

// if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used w$

 

define('LANGUAGE_CURRENCY', 'USD');

Change it to whatever you need

 

HTH

The_Bear

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...