Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

$0 Price Problem


fishyfiles.com

Recommended Posts

You have two options.

 

1.) download the file catalog/includes/languages/english.php using an ftp program such as ws_ftp and edit the file offline then ftp upload, never edit online with the online filemanager as this has known issues and will give you errors.

 

What to change:

 

// if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of ault currency (used when changing language)
define('LANGUAGE_CURRENCY', 'USD');

 

change this to read

 

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

 

or to whatever the currency is that you are using

 

the alternative choice if you are only using one currency is in the admin control panel.

 

2.) under configuration and mystore set this to false

 

Switch To Default Language Currency

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...