+ Reply to Thread
Results 1 to 6 of 6

Thread: Currency Data Order - alphabetical order or position

  1. #1
    Senior Member
    Join Date
    Dec 2011
    Posts
    159

    Currency Data Order - alphabetical order or position

    It seem that USD is always first whether alphabetical order or position

    I am trying to move other currency to the front but USD always pop up the top when adding listing

    anyone facing this problem and how to resolve this?

  2. #2
    Senior Member
    Join Date
    Dec 2011
    Posts
    159
    This happen when you add listing at the currency dropdown

  3. #3
    Hello rosegarden,

    I found and solve this problem.

    go to ftp://includes>>classes>>rlCache.class.php

    find function updateDataFormats and code:
    PHP Code:
    Only registered members can view the code
    and replace to:
    PHP Code:
    Only registered members can view the code
    then open ftp://includes>>classes>>rlCategories.class.php

    find function getDF and code:
    PHP Code:
    Only registered members can view the code
    and replace:
    PHP Code:
    Only registered members can view the code
    Then go to ftp://admin>>controllers>>data_formats.inc.php

    find code:

    PHP Code:
    Only registered members can view the code
    and add new code after:
    PHP Code:
    Only registered members can view the code
    then in this file find code:

    PHP Code:
    Only registered members can view the code
    and after that add new:

    PHP Code:
    Only registered members can view the code
    and after implementing this code change order position for your data format and refresh system cache.
    Viktor,
    Flynax technical department,
    Best wishes.

  4. #4
    Senior Member
    Join Date
    Dec 2011
    Posts
    159
    thanks for fixing it. works great!

  5. #5
    Hi,
    Is this mod working with 4.4.0 ?

    Take a look to the attachement. I need to show € in first, not $.
    Attached Images Attached Images
    Last edited by Aucuit Karine; August 1, 2015 at 02:10 PM.

  6. #6
    Solved for me....
    Put € by default in database entries...

+ Reply to Thread