Full service web hosting, great prices and support. Starts at $1.99/month!
Results 1 to 5 of 5

Thread: Prices default to USD

  1. #1
    crashfellow
    Guest


    Default Prices default to USD

    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?

  2. #2
    kelly34
    Guest


    Default Prices set to USD even though AUD is set to default

    Hi,

    I am also in Australia and having exact same problem as crashfellow . Can anyone help with this issue?

    Regards

  3. #3
    jpf
    Guest


    Default RE: Prices set to USD even though AUD is set to default

    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

  4. #4
    crashfellow
    Guest


    Default

    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. #5
    jpf
    Guest


    Default

    What format are you using? Please post the date defines you edited...

Similar Threads

  1. Need help changing prices
    By diamondsntime in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 09-03-2006, 01:43 PM
  2. Product prices are all $0
    By adam231 in forum osCommerce 2.2 Installation Help
    Replies: 4
    Last Post: 10-21-2004, 02:08 AM
  3. prices added are with tax, not net of tax
    By Rodland in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 03-24-2003, 09:14 PM
  4. one product 3 prices
    By Dumb_Question in forum osCommerce 2.2 Modification Help
    Replies: 6
    Last Post: 01-05-2003, 04:51 PM
  5. not showing prices!!!!!
    By Anonymous in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 10-17-2002, 08:23 PM

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •