Jump to content

selection for filters


barry Wassink1424296214

Recommended Posts

I did not find a solution for this selection:

 

I have a custom search field in the advanced_search.thtml

---------

<div class="jr_fieldDiv"> 

 

<div class="nocategory"><?php __t("Address");?>: {jr_addresslineone}  <button onclick="jQuery(this).parents('form:eq(0)').attr('action',s2AjaxUri).submit();" class="jrButton"><?php __t("Search");?></button></div>

</div>

-------

 

Now i want add a dropdown box with 2 filters that are named "cheap" and Close.

 

Cheap i can order like this:

 

<input type="hidden" name="data[order]" value="rjr_fieldname" />

But this is hidden and not in a dropbox.

 

At the moment the sorting is done by distance standard.

I did not find a discription i understand to realise this function.

 

I hope you can help me!

 

Thanks,

 

Barry

Link to comment
×
×
  • Create New...