I've got the search box displaying on my pages, but for some reason the cgi program isn't linking up correctly. I get a page can not be displayed. See:
http://apoggi.com/shopsite_sc/ic-decorative-pieces.htm
Any ideas?
Here is my code:
<form action="[-- SHOPPING_CART_URL BASE --]/productsearch.cgi" method="post">
<input type="hidden" name="storeid" value="[-- STORE.ID --]">
<input type="hidden" name="called_from_results" value="">
<input type="hidden" name="orig_search_field" value="" >
<input type="hidden" name="index_items" value="" >
<input class="" name="search_field" type="text" size="22" value="search">
<input class="" type="submit" name="Search" width="60" height="20" value="SEARCH">
</form>
And here is the actual HTML produced:
<form action="http://apoggi.com/shopsite_sc/sc/productsearch.cgi" method="post">
<input type="hidden" name="storeid" value="*12effaa3d0651a790240ed">
<input type="hidden" name="called_from_results" value="">
<input type="hidden" name="orig_search_field" value="" >
<input type="hidden" name="index_items" value="" >
<input class="" name="search_field" type="text" size="22" value="search">
<input class="" type="submit" name="Search" width="60" height="20" value="SEARCH">
</form>
Thanks.
PS - Verio chastised me for changing the url settings in this Dev site back the IP address for testing with another potential URL issue a few weeks ago. I mean chastised. I was accused of all sorts of things. Anyway, could the cgi be having issues with the the public domain not being pointing to this instance of the site?