Announcement

Collapse
No announcement yet.

Search on price only

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

    Search on price only

    Hi all

    I want to put links on my index.htm page that would search for all products within a price range e.g

    £30 and under,
    £30 to £75,
    £75 and over.

    How would I go about doing this.

    I have tried to search for price only but it keeps asking for text.

    Andrew
    Jewellery247.co.uk
    AndrewBerry.com

    W: http://www.WelshGoldOnline.co.uk
    W: http://www.jewellery247.co.uk
    W: http://www.AndrewBerry.com

    #2
    The search on your search page can search for price only. Have you tried copying the generated html for this page and putting it on the index page?
    Ben Popplestone
    Ecommerce website software

    Comment


      #3
      In addition, in your 'Act_SearchTemplate.html' file, try replacing

      <input type=TEXT name="SS" size=40 maxsize=255>

      with

      <input type=hidden name="SS" value="">

      Also replace

      NETQUOTEVAR:SEARCHCOMBINE
      <input type=RADIO name="TB" CHECKED value="A">
      NETQUOTEVAR:SEARCHANDSTRING
      <input type=RADIO name="TB" value="O">

      with

      <input type=hidden name="TB" value="A">

      You will have to do a few other layout changes to the template, but this will remove the text field from the 'search.html' page and only leave a price range drop down.

      Comment

      Working...
      X