Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HTML Search Box


imaginamation

Recommended Posts

Hi,

To answer your first question, you could try building a normal HTML form, using the method "get" and set the action to the location of advanced_search_result.php like this:

 

<form method="GET" action="http://www.mystore.com/catalog/advanced_search_result.php">
<input type="text" name="keywords">
<input type="submit" value="search">
</form>

 

That's how the form is built in boxes/search.php (the name "keywords" is important).

 

For your second question, there is a contribution that will search product descriptions, I believe it's called "SearchBox Enhancement".

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...