+ Reply to Thread
Results 1 to 7 of 7

Thread: Currency and unit selected by default in all search forms.

  1. #1

    Currency and unit selected by default in all search forms.

    Hello!

    How do I delete the "All" option in the dropmenu of the currency and units of all search forms? I just want it gets the currency and unit I have by default. Right now I only have one unit (m2) and two currencies (wants the USD by default)

    Using realty_flatty v4.4.

    Thanks!

    IA.-

  2. #2
    Hello Ivan,

    I have changed it on your site.

    I have changed same things in 2 files: ftp://templates>>your_template>>tpl>>blocks>>fields_refi ne.tpl and fields_search.tpl

    find conditions: {elseif $field.Type == 'mixed'} and {elseif $field.Type == 'price'}

    for both fields I found selectors and removed 1st line:

    Code:
    Only registered members can view the code.
    Please check.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Excellent Viktor!! great support!!

  4. #4
    i need this to know what i need to remove i want just to use unit km and euro currency doesnt need anything else

  5. #5
    Hello Denis,

    You should change some code in file: ftp://templates>>your_template>>tpl>>blocks>>fields_sear ch.tpl

    find:

    Code:
    Only registered members can view the code.
    and replace to:

    Code:
    Only registered members can view the code.
    then open file: ftp://templates>>your_template>>tpl>>blocks>>fields_sear ch_box.tpl

    find code:

    Code:
    Only registered members can view the code.
    and replace to:
    Code:
    Only registered members can view the code.
    save and check again.
    Viktor,
    Flynax technical department,
    Best wishes.

  6. #6
    thanks thats works also i need to replace for selecting units i dont need miles only km in the "advanced search page".
    Last edited by Denis Raketic; February 5, 2016 at 02:44 PM.

  7. #7
    It is solved
    Last edited by Logmanov; July 28, 2019 at 07:03 PM. Reason: It is solved

+ Reply to Thread