Results 1 to 4 of 4

Thread: Search: Price in DropDown (4.6.2)

Threaded View

  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