I'm trying to create a dropdown box/search box combo while using the
Extra Product Field and Search Manager modules.
I've tried to follow the example that came with the EPF module but
when I perform any search I get the "No matching products found"
error. Can you see the problem?
-----------------------snip-------------------------------------
<form method =3D "post" action =3D"<A HREF ="http://www.mydomain.com/Merchant2/mercha=">http://www.mydomain.com/Merchant2/mercha=</A>
nt.mvc?>
<INPUT TYPE =3D "hidden" NAME =3D "Store_Code" value =3D "storecode"=
>
<font size=3D"2"> <font face=3D"Arial, Helvetica, sans-serif">
<input type =3D "hidden" name =3D "Screen" value =3D "SRCHM">
<input type =3D "hidden" name =3D "BrokSearch_Have_List_Fields" value=
=3D"1">
Search for:
<select name=3D"search">
<option value=3D"0">All Products</option>
<option value=3D"1">Book Name</option>
<option value=3D"PC1">Pattern Number</option>
<option value=3D"01">Wallpaper</option>
<option value=3D"02">Borders</option>
</select>
<input type=3D"text" name=3D"Search_search" size=3D"15" value=3D"">
<input name=3D"submit" type=3D"image"
src=3D"Merchant2/graphics/go1.gif" width=3D"21" height=3D"21">
</font></font>
</form>
-----------------------snip-------------------------------------
Is "Store_Code" supposed to actually be a store code of some sort for
this to work? Where can I find this code?
Also, the URL on the search results screen looks like this --
<A HREF ="http://www.mydomain.com/Merchant2/merchant.mvc?><INPUT%20TYPE%20=3D">http://www.mydomain.com/Merchant2/merchant.mvc?><INPUT%20TYPE%20=3D</A>
is this normal? using the default search box give results and also
has the weird URL on the search results page.
If the dropdown menu can't be achieved can anyone tell me how to open
the search field wide open so that anything entered into the search
box will search against anything in the product table?
thanks for any help,
Troy
Comment