+ Reply to Thread
Results 1 to 4 of 4

Thread: Search: Price in DropDown (4.6.2)

  1. #1
    Senior Member
    Join Date
    Jun 2016
    Location
    New York
    Posts
    158

    Arrow Search: Price in DropDown (ver 4.6.2) (updated)

    Quote Originally Posted by Mousa Lotfi
    Hello,

    Please guidance how to use the drop down menu in price fields on search boxes (at the Max and Min).

    Step 1:
    - You need to add some changes in the files.
    Code:
    Only registered members can view the code.
    Step 2:
    - Then find code:
    PHP Code:
    Only registered members can view the code
    and replace to:

    PHP Code:
    Only registered members can view the code
    Make this modification in the files: "fields_search.tpl", "fields_refine.tpl", "fields_search_box.tpl" and "fields_search_horizontal.tpl"

    { section name=to start=1000 loop=20000 step=1000 }
    start = First number
    loop = Value to determine the number of loop iterations
    step = The step value that will be used to traverse the loop array
    -- End --

    Step 3:
    - Inside the files "fields_search.tpl" and "fields_search_box.tpl"
    - Then find code:
    PHP Code:
    Only registered members can view the code
    and replace to:

    PHP Code:
    Only registered members can view the code
    The above procedure is to assign the class to the menus (select)
    -- End --
    Last edited by Ed; May 12, 2018 at 06:21 AM. Reason: updated

  2. #2
    Senior Member
    Join Date
    Jun 2016
    Location
    New York
    Posts
    158

    Post Step 4

    Step 4:
    - Inside the file "fields_search_horizontal.tpl"
    - Then find code:
    PHP Code:
    Only registered members can view the code
    and replace to:

    PHP Code:
    Only registered members can view the code
    The above procedure is to assign the class to the menus (select)
    -- End --

    This tutorial has already been posted previously and is in the link below:
    Quote Originally Posted by Karl Bernburg View Post
    http://forum.flynax.com/showthread.php?1965-Modification-to-the-frontend-search-engine
    Thanks to everyone who helped and contributed in this tutorial.
    Last edited by Ed; May 11, 2018 at 11:07 PM. Reason: updated

  3. #3
    Member
    Join Date
    Jul 2016
    Location
    Iran
    Posts
    74
    Hello,

    Thanks Ed very much for your complete description and guidance.
    Car sell in: BanBan.ir

  4. #4
    Senior Member
    Join Date
    Jun 2016
    Location
    New York
    Posts
    158
    Hello Everybody,

    This tutorial is now ready and reviewed, just follow the steps until complete, it's very simple.

    Thanks

+ Reply to Thread