Jump to content

Search in Front Office dont load Products


Recommended Posts

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

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

  • 2 weeks later...
  • 3 weeks later...
  • 3 weeks later...

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

×
×
  • Create New...