- Code: Select all
<form action="[-- SHOPPING_CART_URL BASE --]/productsearch.cgi?storeid=[-- STORE.ID --]" method="post">
<input type="hidden" name="storeid" value="[-- STORE.ID --]">
<input type="text" name="search_field" size="13" value="[-- STORE.Search --]" onfocus="value=''">
<input type="submit" value="[-- STORE.Go --]">
</form>
I place it in a page, hit publish, and then when I go to it on the site it looks odd. (The search field contains the argument [-- STORE.Search --] and the button contains [--STORE.Go --]). Then when I type in anything and hit said button, I just get "The requested URL /[-- SHOPPING_CART_URL BASE --]/productsearch.cgi was not found on this server." It doesn't matter on what page or where on a page I put the search function.
I'm somewhat new to ShopSite and just plain green at implementing any search, let alone the ShopSite search. How do I get this to actually function? Is there something I'm missing? The apparent lack of "productsearch.cgi" gives me the feeling that I'm missing something elementary to getting this to go. Any help would be greatly appreciated.