iturtev Posted February 26, 2008 Posted February 26, 2008 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?
Guest Posted February 26, 2008 Posted February 26, 2008 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.