Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
classasa (Guest)
classasa (Guest)
How do i add the search bar into the header section
 
thanks
adrian
 
paellaco
paellaco
I put this in my header and it works very well
 
<form action="products_search.php" method="GET" class="searchform" >
<input type="hidden" name="search_category_id" value="{top_id}">
<p>
<input class="search" type="text" name="search_string" value="{search_string}"/>
<input type="submit" name="search" class="button" value="Search" />
</p>
</form>
 
It was just hacked from the products_search.html
 
classasa (Guest)
classasa (Guest)
thank u for the help, i will try this later