RE: Prices displayed at 0
The_Bear <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.installation |
|---|---|
| Message-ID | <bdc83ab94cdd818bfd738e5980c4b942@osCommerce-Forums> |
This message was sent from: Installation and Configuration
http://forums.oscommerce.com/viewtopic.php?p=227688#227688
----------------------------------------------------------------
When you created your 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