Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Price shows as 0 for all products


Guest

Recommended Posts

Posted

:-" I've installed and configured my shop correctly. The only issues I have is that all my product prices are appearing as 0 in my shop. I've input each product using the admin tool and when viewed in there, the price is showing, but just not showing on my website. Any Ideas? This is sooooo frustrating.

Posted
:-" I've installed and configured my shop correctly. The only issues I have is that all my product prices are appearing as 0 in my shop. I've input each product using the admin tool and when viewed in there, the price is showing, but just not showing on my website. Any Ideas? This is sooooo frustrating.

 

I'm fairly new and had that problem myself originally - I hadn't set my currency up correctly, it mat be that.

Posted
I'm fairly new and had that problem myself originally - I hadn't set my currency up correctly, it mat be that.

 

I've just checked my currencies configuration. I'm only have one currency (Euro) configured. I've also just noticed that all the prices are showing as 0 in the admin tool now. This was not always the case. If I edit a product in admin, the price shows correctly for NET and GROSS. But it is 0 in the preview and on the site. HELP!!!!!!!!!!!

Posted
I've just checked my currencies configuration. I'm only have one currency (Euro) configured. I've also just noticed that all the prices are showing as 0 in the admin tool now. This was not always the case. If I edit a product in admin, the price shows correctly for NET and GROSS. But it is 0 in the preview and on the site. HELP!!!!!!!!!!!

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

 

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

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

 

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

 

Working now.

Changing the english.php was the issue.

Thanks for taking the time to solve this issue.

Steve

Archived

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

×
×
  • Create New...