Jump to content

Modifier la recherche "search_block_top"


Recommended Posts

Bonjour, je cherche à remplacer dans la recherche, le contenu du bouton "Rechercher" par "Ok" et mettre comme valeur par défaut dans mon champ "recherche...". J'ai bien trouvé quelque chose qui ressemblait a cela dans /block/modules/blocksearch je modifie ces fichiers mais ça ne change rien, c'est normal ?

Je veux qu'au final ça soit comme ça (voir image jointe).


   <form method="get" action="http://www.diver-inside.com/boutique/search.php" id="searchbox">


<!-- image on background -->
       <input type="hidden" name="orderby" value="position" />
       <input type="hidden" name="orderway" value="desc" />
       <input type="text" id="search_query" name="search_query" value="Recherche..." />
       <input type="submit" name="submit_search" value="Ok" class="button" />

   </form>

11565_mIjTYh7VYhwQkbQKbwdV_t

Link to comment
Share on other sites

Dans le fichier partout ou c'est ecrit = 'Rechercher' je mets = 'Ok'

<?php

global $_MODULE;
$_MODULE = array();
$_MODULE['<{blocksearch}prestashop>blocksearch-top_13348442cc6a27032d2b4aa28b75a5d3'] = 'Ok';
$_MODULE['<{blocksearch}prestashop>blocksearch_31a0c03d7fbd1dc61d3b8e02760e703b'] = 'Bloc recherche rapide';
$_MODULE['<{blocksearch}prestashop>blocksearch_fdc0c9fab38a80228b525ad5325601f0'] = 'Ajoute un bloc avec un champ de recherche rapide';
$_MODULE['<{blocksearch}prestashop>blocksearch_13348442cc6a27032d2b4aa28b75a5d3'] = 'Ok';
$_MODULE['<{blocksearch}prestashop>blocksearch_52d578d063d6101bbdae388ece037e60'] = 'Entrez un nom de produit';
$_MODULE['<{blocksearch}prestashop>blocksearch_34d1f91fb2e514b8576fab1a75a89a6b'] = 'ok';

Link to comment
Share on other sites

  • 4 weeks later...
  • 10 months later...

J'ai modifié le fichier blocksearch-top.tpl
Modifier la ligne 8 :

input type="text" onblur="[removed]if(this.value=='')this.value='Rechercher un article';" onfocus="[removed]if(this.value=='Rechercher un article')this.value='';" value="Rechercher un article" id="search_query" name="search_query" 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

  • 1 year 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...