search is broken

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Bead Admin
Ensign (ENS)
Ensign (ENS)
Posts: 3
Joined: Fri Sep 11, 2009 2:16 pm

search is broken

Post by Bead Admin » Sun Sep 20, 2009 11:58 am

Hey, so my search function is broken. Does anyone know where I should look to replace this data?
If you could just point me in the right direction Id be grateful. Thanks.

Bead Admin
Ensign (ENS)
Ensign (ENS)
Posts: 3
Joined: Fri Sep 11, 2009 2:16 pm

Re: search is broken

Post by Bead Admin » Sun Sep 20, 2009 12:03 pm

This might help -

<!-- search -->
<div id="searchfield">
<input name="ctl00$wpm$CategoryGrid4$ctl00$SearchPhrase" type="text" maxlength="255" id="ctl00_wpm_CategoryGrid4_ctl00_SearchPhrase" onkeydown="if(event.which || event.keyCode){if ((event.which == 13) || (event.keyCode == 13)) {document.getElementById('ctl00$wpm$CategoryGrid4$ctl00$SearchButton').click();return false;}} else {return true}; " style="width:127px;" /></div>
<div id="search">
<input type="image" name="ctl00$wpm$CategoryGrid4$ctl00$SearchButton" id="ctl00_wpm_CategoryGrid4_ctl00_SearchButton" src="/Images/search.jpg" style="height:16px;width:44px;border-width:0px;" />
</div>


<!-- search end -->

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: search is broken

Post by mazhar » Thu Sep 24, 2009 5:18 am

Are you taking about store search. Here is a helpful thread
viewtopic.php?f=42&t=12010

Post Reply