cteixeiract Posted August 7, 2011 Share Posted August 7, 2011 Hello Guys, I have a problem with my store. In Front Office Search dont work, when my costumers try to searching any product store is loading and not get response, but in Back Office Search function works great. My store is www.cardsmagic.net Regards Link to comment Share on other sites More sharing options...
tomerg3 Posted August 8, 2011 Share Posted August 8, 2011 What version of PS are you using? Did you manually add the products, or import them? Did you try to rebuild the index (Preferences->Search)? Link to comment Share on other sites More sharing options...
cteixeiract Posted August 8, 2011 Author Share Posted August 8, 2011 Hello, My version is 1.4.4 i have made upgrade from 1.37 . I re-index products too. Link to comment Share on other sites More sharing options...
tomerg3 Posted August 8, 2011 Share Posted August 8, 2011 You have some JS errors relate to jQuery, they are not the reason for this, but should be addressed either way. Did you make any code modifications? Did you try it with the default theme? It looks like the search page does not recognize the query, I tried the following Search http://yoursite/search.php?orderby=position&orderway=desc&search_query=crystal&submit_search=Search It returned "Please type a search keyword (Write Only in English)", which is the message PS shows when it does not detect that a search keyword was entered by the user Link to comment Share on other sites More sharing options...
summer Posted August 23, 2011 Share Posted August 23, 2011 tomerg3, i have similar problem I redownload and reupload. Still not working This issue doesn't occur on fresh installs Link to comment Share on other sites More sharing options...
tomerg3 Posted August 23, 2011 Share Posted August 23, 2011 post more information (see what I asked the original poster) and you may get help... Link to comment Share on other sites More sharing options...
summer Posted September 13, 2011 Share Posted September 13, 2011 i don't know what i missed coz i did all you asked. I got this problem after an upgrade. This is my site Link to comment Share on other sites More sharing options...
tomerg3 Posted September 13, 2011 Share Posted September 13, 2011 It looks like the search is submitting to the wrong URL http://kaizen-fishingproducts.com/search?orderby=position It should be search.php? It's likely something to do with your theme. Link to comment Share on other sites More sharing options...
summer Posted September 14, 2011 Share Posted September 14, 2011 yes, i saw that too. I have reupload the search module, use the default theme, but no luck Link to comment Share on other sites More sharing options...
tomerg3 Posted September 14, 2011 Share Posted September 14, 2011 You need to find the exact place where the <form> for the search box is, and see why it's getting the wrong value as the action="" Link to comment Share on other sites More sharing options...
summer Posted October 1, 2011 Share Posted October 1, 2011 I just upgrade my other site to 1.4.4. Now, I have 2 websites missing text ".php" in search submitted URL. I don't change the code at all Block Search Module > blocksearch-top.tpl <div id="search_block_top"> <form method="get" action="{$link->getPageLink('search.php')}" id="searchbox"> <p> <label for="search_query_top"><!-- image on background --></label> <input type="hidden" name="orderby" value="position" /> <input type="hidden" name="orderway" value="desc" /> <input class="search_query" type="text" id="search_query_top" name="search_query" value="{if isset($smarty.get.search_query)}{$smarty.get.search_query|htmlentities:$ENT_QUOTES:'utf-8'|stripslashes}{/if}" /> <input type="submit" name="submit_search" value="{l s='Search' mod='blocksearch'}" class="button" /> </p> </form> </div> Is there a solution for this? thanks Link to comment Share on other sites More sharing options...
tomerg3 Posted October 2, 2011 Share Posted October 2, 2011 Does it work if you disable friendly URLs. Link to comment Share on other sites More sharing options...
summer Posted October 3, 2011 Share Posted October 3, 2011 yes it does , the "search.php" is back to live. but we need friendly url. should I wait for the next version? or is there a work around? Link to comment Share on other sites More sharing options...
tomerg3 Posted October 3, 2011 Share Posted October 3, 2011 Make sure the friendly URL is set correctly in Preferences->SEO (there will be a list of all the php files at the top). Link to comment Share on other sites More sharing options...
summer Posted October 4, 2011 Share Posted October 4, 2011 Please check Link to comment Share on other sites More sharing options...
tomerg3 Posted October 4, 2011 Share Posted October 4, 2011 The only other thing that comes to mind is to rebuild the .htaccess file. If that doesn't work, and you don't have a developer to have a closer look, you could try to post it in the bug tracker. Link to comment Share on other sites More sharing options...
Recommended Posts