Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Default currency


KLJ

Recommended Posts

I'd like to set up my store with UK Sterling as the default currency. As far as I can work out I've added all the necessary information, and then set UK sterling as my default currency in the currency table. It all looks fine in the admin area, but when I look at the store, all prices are listed in US$!

Can anyone help, please?

Link to comment
Share on other sites

Hello

 

 

Have a look here:

 

MODULE : Includeslanguagesenglish.php

 

Line 36: Note Currency should always be GBP

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

 

Let us know if it says USD or GBP?

 

HTH

Citizen of US Minor Outlying Islands

Link to comment
Share on other sites

I actually am having the reverse problem......I have added a currency for US dollars, and then checked the "set as default" box.

 

Then in my Admin panel I keep seeing this error message:

 

Error: There is currently no default currency set. Please set one at: Administration Tool->Localization->Currencies

 

 

Am I missing something??????

Link to comment
Share on other sites

Well, this is what I have on line 35-36:

 

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

 

 

but I can't seem to find where USE_DEFAULT_LANGUAGE_CURRENCY is actually set

Link to comment
Share on other sites

I also have this problem but on page

 

MODULE : adminIncludeslanguagesenglish.php Line 36

 

i have

 

// Global entries for the <html> tag

define('HTML_PARAMS','dir="ltr" lang="en"');

 

this is a screenshot from Feb 2003. Any ideas?

 

Thanks

 

Deej

Link to comment
Share on other sites

I figured out the problem....you can read it in this thread:

 

http://www.oscommerce.com/forums/viewtopic.php...5885&highlight=

 

 

Actually had to do with alot of missing variables from my install (oscommerce.sql did not complete, thus i was missing LOTS of important config stuff).

 

I just reran oscommerce.sql, and everything worked fine

Link to comment
Share on other sites

:? I'm not sure if there's anything in that post thats specific to my problem. this is the only error I'm getting and as i've already a load of products & catergories already set up wouldn't running oscommerce.sql be a little extreme.

 

thanks for the help anyway but i think i'll have to explore other avenues.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...