Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Zero value items until the currency is selected


Guest

Recommended Posts

Posted

Dear All,

 

I am in the early stages of building the content of my web store, however I have noticed that all my items have zero value unless the currency is chosen? The items value also resets to zero when you navigate away from the current page. Any assistance would be greatly appriciated.

 

PSC.

Posted

make sure you have a default currency selected in the admin>localization>currencies section

 

 

Chris

Posted
make sure you have a default currency selected in the admin>localization>currencies section

 

 

Chris

 

 

Thanks Chris,

 

I dug a bit deeper in the forum and found that I need to make the following php edit.

 

In catalog\includes\languages\english.php and change 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', 'USD');

 

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

 

A similar change would apply to other language packs installed.

 

Thanks again

 

PSC

Archived

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

×
×
  • Create New...