osCmax v2.5 User Manual
Results 1 to 5 of 5

Prices default to USD

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 ...

      
  1. #1
    Lurker
    Join Date
    Jun 2005
    Posts
    4
    Rep Power
    0


    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
    New Member
    Join Date
    Feb 2005
    Posts
    20
    Rep Power
    0


    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
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    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
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    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. #4
    Lurker
    Join Date
    Jun 2005
    Posts
    4
    Rep Power
    0


    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
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default

    What format are you using? Please post the date defines you edited...
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    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!

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, 08:14 PM
  4. one product 3 prices
    By Dumb_Question in forum osCommerce 2.2 Modification Help
    Replies: 6
    Last Post: 01-05-2003, 03: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

Posting Permissions

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