Jump to content

rename "search"


Recommended Posts

you can do it in back office. Go to the:

 

localization -> translations

 

select module translations, then click on flag you want to translate.

 

find block search module on list (file blocksearch-top) and change "search" value to any you want

Link to comment
Share on other sites

translations tool doesnt work well in 1.5.4 version

you can try to fix it: http://www.prestashop.com/forums/topic/239226-solved-in-1541-fix-the-translation-bug-in-154-n-o-w/

or update your prestashop to 1.5.4.1

 

you can also change it manually, go to the modules / blocksearch / blocksearch-top.tpl

 

and edit the values there:

 

<input type="submit" name="submit_search" value="{l s='Search' mod='blocksearch'}" class="button" />

 

and

 

<input class="search_query" type="search" id="search_query_top" name="search_query" placeholder="{l s='Search' mod='blocksearch'}" value="{if isset($smarty.get.search_query)}{$smarty.get.search_query|htmlentities:$ENT_QUOTES:'utf-8'|stripslashes}{/if}" />

Link to comment
Share on other sites

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...