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?
							
						
					Announcement
				
					Collapse
				
			
		
	
		
			
				No announcement yet.
				
			
				
	
Simplesearch
				
					Collapse
				
			
		
	X
- 
	
	
		
		
		
		
		
		
		
	
	
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:
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.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="">  </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>
I hope this helps.********************
Tracey
SellerDeck
 
Comment