Announcement

Collapse
No announcement yet.

Simplesearch

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

    Simplesearch

    I have put the netquotevar simplesearch in a brouchure page at www.gymking.co.uk/index.html. It actually shows up on the page as NETQUOTEVAR:SIMPLESEARCH. Wierd or is this a brochure problem?
    Fitness for life!www.fitness-focus.co.uk


    DIFN - Doing nothing is not an option

    The Supplement Warehouse - Bodybuilding & Fitness Supplements

    #2
    Hi Owen,

    This variable does not work on brochure pages in v6 although it does now in v7. If you want your simplesearch on brochure pages you would have to view the source of your online shop and copy the relevant code for the simple search and paste it into your brochure primary template. It would look something like:

    Code:
    <form name=simplesearch action="http://localhost/cgi-bin/ss000001.pl" METHOD="GET"><td valign="MIDDLE">
    <font face="ARIAL" size="2"><b>Quick search</b></font></td>
    <td valign=middle noWrap align=right><input type="TEXT" name="SS" size="15" maxsize="125" value="">
    &nbsp;</td><td valign=center noWrap align=left><input type=SUBMIT name=ACTION value="Go!">
    <input TYPE=HIDDEN NAME="PR" VALUE="-1"><input TYPE=HIDDEN NAME="TB" VALUE="A">
    <input TYPE=HIDDEN NAME="SHOP" VALUE=""></td></form>
    The main thing to be aware of is that the 'form name=simplesearch action="http://localhost/cgi-bin/ss000001.pl"' part contains the full url to the cgi script.

    I hope this helps.
    ********************
    Tracey
    SellerDeck

    Comment

    Working...
    X