+ Reply to Thread
Results 1 to 3 of 3

Thread: 3 questions, search, category, ads

  1. #1

    3 questions, search, category, ads

    Dear,


    First question :

    I create customized search form on home page
    Can you help me with source code with form to get like this, please see screenn shoot #1

    The exemple code I have use manualy is :

    <div class="search-options">
    <div class="select-department" data-custom-select>
    <label for="department" data-label-hide class="has-hidden-label">Cherchez dans les sections</label>
    <select id="department" name="afd" data-search-department>
    <option value="">Category Without sub-category</option>
    <option value="agriculture">Agriculture</option>
    <option value="animaux">Animaux</option>
    </select>
    </div>
    <div class="select-distance">
    <label for="postal-code" class="has-hidden-label">Zip code</label>
    <div class="autocomplete-field" data-autocomplete-wrapper>
    <input type="search" placeholder="Code postal" id="postal-code"
    <input type="hidden" name="pc_id" value="" data-postalcode-id-input />
    </div>
    <div class="distance-select" data-custom-select>
    <label for="distance" data-label-hide class="has-hidden-label">Choisissez une distance</label>
    <select id="distance" name="distance">
    <option value="">Km</option>
    <option value="5000" >+ 5 km</option>
    <option value="10000" >+ 10 km</option>
    <option value="20000" >+ 20 km</option>
    <option value="30000" >+ 30 km</option>
    <option value="40000" >+ 40 km</option>
    <option value="50000" >+ 50 km</option>
    <option value="75000" >+ 75 km</option>
    <option value="100000" >+ 100 km</option>
    </select>
    </div>
    </div>
    </div>

    Seconde question :

    I create a new tpl on home page left side.

    I already put manualy catogorie with code exemple :

    <li>
    <a href="/agriculture/"
    class="ui-link-dark-menu">
    Agriculture
    </a>
    </li>
    <li>
    <a href="/animaux/"
    class="ui-link-dark-menu">
    Animaux
    </a>
    </li>

    I want to show atomatic "Only" category without sub-category, please see screen shoot #2






    Last question, and hope I finish my website.

    I creat 2 div on home page

    See screen shoot #3 and attach file format .txt Sanstitre-3.txt

    the first with "Latest Ads"
    seconde "5 last auto category"
    tree "Another 5 last ads category"
    Attached Images Attached Images
    Last edited by benyezza; January 22, 2015 at 03:14 AM.

  2. #2
    Hello Trut Nabil,

    I think nobody can help you here with the customization. I suggest you create a ticket with the request and discuss with our support about it.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Any idea for search <FORM> victor ?

+ Reply to Thread