PDA

View Full Version : Is It Possible To Create A Search Box From Every Page In V3??


slashuk
20-May-2003, 10:49 PM
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.

cdicken
22-May-2003, 08:30 AM
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.