Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Prices not showing


Guest

Recommended Posts

Posted

I have set up my shop and loaded a few items to test, but the prices would not show. I have gone through the configuration numbers of times and can not see what I am doing wrong.

Posted
I have set up my shop and loaded a few items to test, but the prices would not show. I have gone through the configuration numbers of times and can not see what I am doing wrong.

Did you delete the USD?

Posted
Did you delete the USD?

Yes, I also tried that, but still nothing

Posted
Yes, I also tried that, but still nothing

So this happened before or after you deleted the USD?

Posted
So this happened before or after you deleted the USD?

Nothing was showing, so I deleted the USD. I'm in South Africa so our currency is R

Posted
Nothing was showing, so I deleted the USD. I'm in South Africa so our currency is R

RND is the South African Rand.

 

You need to make your currency your default currency in Admin because you deleted the USD which is the default currency when OSC is installed.

 

You also need to do this:

 

look in catalog\includes\languages\english.php and make

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

 

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', 'RND');

 

You may also have to set Admin ---> My Store --- > Default Language Currency to true.

Archived

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

×
×
  • Create New...