Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

displaying price


jamessyyg

Recommended Posts

That link does not work, however i assume you have changed the currency?

 

 

in catalog / includes / languages / english.php look for this line about line 39

 

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

 

Change the USD to your default currency

 

Regards

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Link to comment
Share on other sites

price display is calculted using currency value and the product price.

 

So if a wrong currency is what is defined then this will happen.

 

As FIMBLE stated:

define('LANGUAGE_CURRENCY', 'USD'); // or the currency You are using.

Follow it making sure its been defined in admin.

plus set it to default.

 

Also set again from the above comment:

USE_DEFAULT_LANGUAGE_CURRENCY is true

 

 

Satish

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...