Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Combine Search-Function


dabri

Recommended Posts

Posted

Hello,

 

I want to customize the search function on my homepage in the following way:

 

First the search field and below a drop-down box, where the visitor can choose, if he will search in the articles or in my normal homepage.

 

I?m not so fit to prepare the code. I hope somebody in this forum can help me.

 

The search function of osCommerce:

 

<form name="quick_find" action="http://www.domain.de/shop/advanced_search_result.php" method="get"> 

<input type="hidden" name="osCsid" value="" /> 

<input type="hidden" name="search_in_description" value="1"> 

<input type="text" name="keywords" size="10" maxlength="30" style="width: 145px">  

<input type="hidden" name="osCsid" value="261061088354fa90ec5cb7040095c9c0"> 

<input type="image" src="images/buttons/button_quick_find.gif" border="0" alt="Schnellsuche" title=" Schnellsuche "> 

</form>

 

The search function of my normal homepage:

 

<form method=post action="http://www.domain.de/suchen/planetsearchplus.php"> 

<input type="text" name="search_exp" class="sform"> 

<input type="radio" name="exp_capital" value="yes"> 

<input type="radio" name="exp_capital" value="no" checked> 

<input type="radio" name="exp_full" value="yes"> 

<input type="radio" name="exp_full" value="no" checked> 

<input type="submit" value="Suche starten" name="submit" class="sbutton"> 

</form>

 

Thank you very much.

 

Regards Daniel

Archived

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

×
×
  • Create New...