Search the Community
Showing results for tags 'searchbox'.
-
Hello, i wanna remove the extra search box (on the red rectangle) and i didn't find where i can remove this, can someone help me please?
-
Bonjour, J'ai un soucis, sur mon site j'ai fais en sorte que les prix ne soient visibles qu'aux gens qui créent un compte sur mon site et que j'accepte ensuite. Tout fonctionne très bien, lorsqu'on n'est pas inscrit sur le site les prix restent invisibles. Par contre lorsque quelqu'un qui n'a pas de compte sur mon site tape la référence d'un produits dans la barre de rechercher, celui-ci s'affiche alors qu'il ne devrait pas puisque j'ai demandé à Prestashop de masquer les prix pour les personnes non inscrites au site. J'aimerais savoir si quelqu'un parmi vous avait la solution au problème, à savoir : masquer le prix des produits dans la barre de recherche lorsque quelqu'un tape la référence d'un produit dans celle-ci et qu'il n'a pas de compte validé sur mon site. Merci à tous et bonne fin de d'après-midi.
-
Bonjour, J'ai un soucis, sur mon site j'ai fais en sorte que les prix ne soient visibles qu'aux gens qui créent un compte sur mon site et que j'accepte ensuite. Tout fonctionne très bien, lorsqu'on n'est pas inscrit sur le site les prix restent invisibles. Par contre lorsque quelqu'un qui n'a pas de compte sur mon site tape la référence d'un produits dans la barre de rechercher, celui-ci s'affiche alors qu'il ne devrait pas puisque j'ai demandé à Prestashop de masquer les prix pour les personnes non inscrites au site. J'aimerais savoir si quelqu'un parmi vous avait la solution au problème, à savoir : masquer le prix des produits dans la barre de recherche lorsque quelqu'un tape la référence d'un produit dans celle-ci et qu'il n'a pas de compte validé sur mon site. Merci à tous et bonne fin de d'après-midi.
-
Hi, I have problem with results: In my shop i have many products like "vitamin b" "vitamin c" "vitamin e" etc. So when I try search "vitamin e" i have results with every vitamins but "vitamin e" is too far. Additionally I have category "vitamins". I know presta split every words form searchbox and it try "vitamin" and "e". In end "vitamin" have bigger weight from "e". I tried change minimal lenght to 1 - but then there is so bad results. I tried change different ways weight for index - no good effects. I tried give more weight to tags and add "vitamin e" but tags cant have space include. Someone can help me?
-
Hi, while listing sublevels of categories (sometime 50+ rows on one page) on my prestashop, I often have to use Ctrl+F option of by browser (Chrome or Firefox) in order to find keyword(s). To make my prestashop more user friendly I would like to have special purpose searchbox which will similar to Ctrl+F option. Example: user enters keyword FADED in searchbox, and if that word is on current page, it will be colored by different color. Please see screenshot attached. I tried to search similar option in backend of prestashop but couldn't find it.. Any help is appreciated and many thanks in advance! Adi
-
Hi everyone! This is my first post, and I hope you can help me out, since I am a beginner with prestashop. I am modifying a template, with css and I had no problems so far. But now something came out. When I enlarge the image in the product page, all the items "turn off" behind the enlarged image, except the searchbox of the header, that appears over the image. I show you this weird thing in th attached file. Thanks in advance.
-
Hello everyone ,I'm newbie and nobody answers this question yet I've installed the matrice theme, searchbox can not be seen in sf-menu ,what can I do to turn it back ? It seems that "searchbox" is disabled for some reason .this is what I see with firebug, the color of the code that belongs to searchbox gray (means that its disabled)?! <form id="searchbox" method="get" action="search.php"> <input type="hidden" name="orderby" value="position"> <input type="hidden" name="orderway" value="desc"> <input type="text" onblur="javascript:if(this.value=='')this.value='search...';" onfocus="javascript:if(this.value=='search...')this.value='';" value="search..." name="search_query">