Announcement

Collapse
No announcement yet.

Is It Possible To Create A Search Box From Every Page In V3??

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

    Is It Possible To Create A Search Box From Every Page In V3??

    Please help.

    I know you cant have nested frames.

    How could i modify the <form> tags in:

    Primary
    Header
    Footer

    and maybe: Product line... etc

    To give me a search box on every page??

    Have tried many combinations ....ca0000.pl, os0000.pl ect

    But there is a distinct difference between the CART & CHECKOUT pages <form> tags.

    Any help hugely appreciated.

    Al.
    Thank you for helping me !!

    #2
    Unfortunately, I'm unable to give you detailed help with v3 as I have not used it for nearly four years. I can, however, show you how v4 includes the seach tool into the front page of the store.

    </FORM>
    <FORM METHOD="POST" ACTION="NETQUOTEVAR:SEARCHCGIURL">
    <INPUT TYPE=HIDDEN NAME="SHOP" VALUE="NETQUOTEVAR:SHOP">
    NETQUOTEVAR:SEARCHBODY
    </FORM>
    <FORM METHOD=NETQUOTEVAR:CGIMETHOD ACTION="NETQUOTEVAR:CGIURL">
    <INPUT TYPE=HIDDEN NAME="SHOP" VALUE="NETQUOTEVAR:SHOP">

    Notice that it ends the main form, then starts the search form, then ends the search form and re-starts the main form.

    Comment

    Working...
    X