Jump to content

[SOLVED] Search Problem


Recommended Posts

The search field on the menu hasn't been written in the right way for search to work. You need to change the search code on lines 108-113 of themes/prestashop/header.tpl to the following:

<form method="get" action="{$base_dir_ssl}search.php" id="searchbox">
       <input type="hidden" name="orderby" value="position" />
       <input type="hidden" name="orderway" value="desc" />
       <input type="text" id="search_query" name="search_query" value="{if isset($smarty.get.search_query)}{$smarty.get.search_query|htmlentities:$ENT_QUOTES:'utf-8'|stripslashes}{/if}" />
       <input type="submit" id="search_button" class="button_mini" value="{l s='go' mod='blocksearch'}" />
</form>

Link to comment
Share on other sites

  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...