Search the Community
Showing results for tags 'autocomplete'.
-
Hi all, for a few days I met an error on my website, Google Chrome give me this information : Uncaught TypeError: Cannot read property 'autocomplete' of undefined at HTMLDocument.<anonymous> (ps_searchbar.js:7) at fire (core.js:sourcemap:690) at Object.fireWith [as resolveWith]...
- 12 replies
-
- error
- autocomplete
-
(and 2 more)
Tagged with:
-
Hi everyone, I have a ton of attributes and I would like to be able to filter them in blocklayered navigation. I would like to create an input able to autocomple my search - just like this website does : https://www.collinesdeprovence.com/gammes.html Any clue, module or help you could...
- 1 reply
-
- blocklayered
- navigation
-
(and 4 more)
Tagged with:
-
I am working on a shop that sell tickets (virtual products). The tickets have attributes like zone(that every ticket will have a unique zone where will be the event), date, type of ticket(that will affect on the price). I want a filter on home page with those attributes and also a field to put the q...
-
- autocomplete
- filter
-
(and 3 more)
Tagged with:
-
Hello, I want to add very basic autocomplete function to my prestashop module. What I want to achieve is: city.php <label for="city">City: </label> And autocomplete.js $(function() { var availableTags = [ "London", "Manchester", "Liverpool", ]; $( "#city" ).autocomplete({ source: availa...
-
Hey guys, I'm currently customizing the product creation page in the Back office (AdminProductController). For the "features" tab, I'd like to replace the current fields (drop down + textbox for new value) by a single one, having an autocomplete... feature Any idea on how to do such a thin...
-
- autocomplete
- features
-
(and 3 more)
Tagged with:
-
Search suggestions and multistore: redirecting to subshop product page
Guest posted a topic in Core developers
Hello I'm searching from my main shop. The results in the auto dropdown currently link to the product but it is displayed in the main shop product page where I would prefer having it redirect to the product page in the subshop. I've been looking through jquery.autocomplete.js but tbh this J...- 1 reply
-
- autocomplete
- javascript
-
(and 1 more)
Tagged with:
-
Bonjour, j'ai un soucis avec la barre de recherche et l'autocompletion. J'ai le message d'erreur suivant dans ma console firebug : Error: cannot call methods on autocomplete prior to initialization; attempted to call method 'http://localhost/produits/recherche' Mes fichiers sont appelés dan...
- 1 reply
-
- autocomplete
- searchbar
-
(and 2 more)
Tagged with:
-
Hi all, I've had a problem recently that I think more people could have - when creating a supply order (in the edit supply order screen), there is field for adding products, which opens a list of products. This list is powered by autocomplete jquery plugin and by default it shows only 20 product...
- 1 reply
-
- autocomplete
- supply order
-
(and 3 more)
Tagged with: