Thread: Search box
View Single Post
  #2  
Old 04-13-2004, 08:45 PM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

Code:
<TABLE border=0 cellPadding=0 cellSpacing=0> <form method="get" action="search.php" name=productsearchform> <tr> <td width=20></td> <td class="TopLabel">{$lng.lbl_search}:</td> <td valign="middle"> <input type="text" name="substring" size="16" value="{$smarty.get.substring|escape}"> </td> <td valign="middle"> {include file="buttons/search_head.tpl"} </td> <td width=20></td> <td><u>{$lng.lbl_advanced_search}</u></td> </tr> </form> </TABLE>

Give this a try for your search.tpl code in skin1/customer/
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote