RE: price won't show

The_Bear <[email protected]> 13 Sep 2003 11:03:21 -0000
Newsgroups gmane.comp.web.oscommerce.general
Message-ID <c07ddbaf00b806fbeb2afa7826993a11@osCommerce-Forums>
This message was sent from: General Support
http://forums.oscommerce.com/viewtopic.php?p=228837#228837
----------------------------------------------------------------

Did you created a new default currency? 
In the edit did you put 1.0000000 as the value and then click on update currencies button ? 
and in the catalog/includes/languages/english.php around line 36 

// if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used w$ 

define('LANGUAGE_CURRENCY', 'USD'); 
Change it to whatever you need 

HTH 
The_Bear