Announcement

Collapse
No announcement yet.

Simple customised search

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Simple customised search

    Hi There,

    I have some customevars which I have made searchable on the main search page on this website I have created and from that generated code (search.html) I have taken some dropdowns so I could add to the homepage so you can do a quick search from there.

    The problem I have is you have to select something from the dropdown in order for you to get results because if you dont it shows you this "Please specify either words or a price range for the search." I would like it if you left the dropdowns as "any" that it would show you everything in the results. This is the domain name http://www.christopherpiperwines.co.uk/index.html if you need to see what I mean. Does anyone know how I could do that?

    Any help would be great.

    Thank you

    Angi
    christopherpiperwines.co.uk
    skatewarehouse.co.uk
    progrow.co.uk
    cheeksandcherries.co.uk

    #2
    Hi Angi

    Please ensure the following lines are included as part of the search tool on the front page:

    <input type="hidden" name="SS" value="" />
    <input TYPE=HIDDEN NAME="PR" VALUE="-1">
    <input TYPE=HIDDEN NAME="TB" VALUE="A">

    Comment

    Working...
    X