Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Default currency


KLJ

Recommended Posts

Posted

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?

Posted

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

Posted

Id says USD... but when changed to GBP it works nicely!

 

Many thanks.

:D

Posted

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??????

Posted

What does in say in your Includeslanguagesenglish.php. Is the default set as true?

Citizen of US Minor Outlying Islands

Posted

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

Posted

Have a look in application_top at

 

// currency

 

Also if you are using multiple languages, check there is no conflict between the different versions.

Citizen of US Minor Outlying Islands

Posted

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

Posted

:? 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.

Archived

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

×
×
  • Create New...