by Vernontnh » Fri Nov 07, 2008 11:14 am
Hi Chris:
It's the cookbook template for the searchfield. I tried to figure out what CSS it was, but couldn't find it. Here's the code:
[-- IF PAGE.SearchProductField --]
<form action="[-- SHOPPING_CART_URL BASE --]/productsearch.cgi?storeid=[-- STORE_ID --]" method="post">
<input type=hidden name="storeid" value="[-- STORE_ID --]">
[-- STORE.Search --]<br>
<input type="text" name="search_field" class="search" size="13">
<input type="submit" value="[-- STORE.Go --]" style="font-size: 9pt">
</form>
[-- END_IF --]