Help: Search Box

View source to see Search Codes and Form Tags

 * * SHOP BY PRICE RANGE * *
 
 * * HOLIDAY GIFT IDEAS * *
 
 * * Gifts & Collectibles * *
 
 * * SALE ITEMS * *
 
 * * NEW ARRIVALS * *
 
 KEYWORD SEARCH:
 
 PRODUCTS PER SCREEN:        
 


This calls the internal Search page or the default template search.html: (In templates directory)

<a href = "/cgi-bin/acart/apple-search.pl?>

This calls the internal Search page box and places it in any html page you want:

!SEARCHBOX! ← Placed in the products.html will display the page with the search box in it!

<a href = "/cgi-bin/acart/apple-search.pl?&page=products.html>

Sample Search Links:

<a href = "/cgi-bin/acart/apple-search.pl?&price_code=p30b&category_code=c577t
&begin=1&end=5&display=25">

<a href = "/cgi-bin/acart/apple-search.pl?&price_code=p30b&category_code=c577t&holiday_code=h05o
&begin=1&end=5&display=25">

If you know the product, or database Number:   ( &keywords=1102,1103 ← multiple display!)
<a href = "/cgi-bin/acart/apple-search.pl?&keywords=1102
&begin=1&end=5&display=25">

If you know the product codes:   (you need at least one &prodcodes=c577t ← code min.)
<a href = "/cgi-bin/acart/apple-search.pl?&prodcodes=p30b,c577t,h05o&begin=1&end=5&display=25">

Notes: Search Box

The sample Search box above is for demonstration purposes and can be changed in the Products Admin console! There you can edit the Category names and codes to suit.

Title text for Search Box can be found in the select_codes.pl file and should be edited with care in a plain text editor!