Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

No price of product


iturtev

Recommended Posts

Posted

Hi all,

I installed osCommerce with Bulgarian language. I added a product, but on the main page and the product page it price is 0, bu in the admin panel it is the real price. Does somebody had this type of problem?

Posted
Hi all,

I installed osCommerce with Bulgarian language. I added a product, but on the main page and the product page it price is 0, bu in the admin panel it is the real price. Does somebody had this type of problem?

You need to make your currency your default currency in Admin because you probably 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); <--- or whatver the iso code for your currency is.

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...