This is a discussion on Prices default to USD within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Im hoping someone can help me. the problem im having is that the prices on the website continually default to ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Im hoping someone can help me. the problem im having is that the prices on the website continually default to US dollars, despite the fact that i have australian dollars set as default. Any ideas??? If i delete the US dollars currency, all the prices suddenly display (in the catalog) as 0. Additionally, is there anyway to change the date into a non - us format? |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| Hi, I am also in Australia and having exact same problem as crashfellow . Can anyone help with this issue? Regards |
|
#3
| ||||
| ||||
| In "catalog\includes\languages\english.php" change the default....... define('LANGUAGE_CURRENCY', 'USD'); to define('LANGUAGE_CURRENCY', 'AUS'); or whatever you have the Austrailian dollar entered as. As for NON-US date format - SAME FILE - change the following to suit: define('DATE_FORMAT_SHORT', '%m/%d/%Y'); // this is used for strftime() define('DATE_FORMAT_LONG', '%A %d %B, %Y'); // this is used for strftime() define('DATE_FORMAT', 'm/d/Y'); // this is used for date() define('DATE_TIME_FORMAT', DATE_FORMAT_SHORT . ' %H:%M:%S'); Good Luck
__________________ JPF - osCMax Fourm Moderator Try out our osCMax at: Live Catalog Demo Limited access Admin: Live Admin Demo Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped! |
|
#4
| |||
| |||
| Great, that fixed up the issue with the currency, but one question about the date. I made the changes, however it wont take the date entered in the format? any ideas? |
|
#5
| ||||
| ||||
| What format are you using? Please post the date defines you edited...
__________________ JPF - osCMax Fourm Moderator Try out our osCMax at: Live Catalog Demo Limited access Admin: Live Admin Demo Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped! |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need help changing prices | diamondsntime | osCMax v1.7 Discussion | 1 | 09-03-2006 02:43 PM |
| Product prices are all $0 | adam231 | osCommerce 2.2 Installation Help | 4 | 10-21-2004 03:08 AM |
| prices added are with tax, not net of tax | Rodland | osCommerce 2.2 Installation Help | 1 | 03-24-2003 09:14 PM |
| one product 3 prices | Dumb_Question | osCommerce 2.2 Modification Help | 6 | 01-05-2003 04:51 PM |
| not showing prices!!!!! | Anonymous | osCommerce 2.2 Modification Help | 1 | 10-17-2002 09:23 PM |