Tronic Extreme Posted August 15, 2010 Share Posted August 15, 2010 On my website, the search box in the header is not working, however the other search box from prestashop is working? Does anybody know how to fix this? Please take a look in my website to understand what I mean.Many Thankswww.tronicextreme.co.uk Link to comment Share on other sites More sharing options...
rocky Posted August 16, 2010 Share Posted August 16, 2010 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 More sharing options...
Tronic Extreme Posted August 18, 2010 Author Share Posted August 18, 2010 Thanks so much, it worked perfectly. Thanks you for helping me with that, it was quite urgent and has made my search work properly.Many Thanks Link to comment Share on other sites More sharing options...
FavMedia Posted November 3, 2010 Share Posted November 3, 2010 I have the same issue,however solution did not help,see linkhttp://webdesignfavourites.com/search.php?orderby=position&orderway=desc&search_query=collar'>http://webdesignfavourites.com/search.php?orderby=position&orderway=desc&search_query=collarsearches do not workhttp://webdesignfavourites.com Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now