Jump to content

Search the Community

Showing results for tags 'autocomplete'.

  • Search By Tags

    • autocomplete ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 13 results

  1. 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]...
  2. 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...
  3. 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...
  4. Today i want to show you how to increase the number of the autocomplete search results. By default there is only 10 results. You can increase the value of the results displayed in the hints. You can also decrease its number. read tutorial: change the number of ajax search results
  5. 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...
  6. 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...
  7. 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...
  8. Bonjour, Prestashop 1.6.0.9 Après avoir installer le module ''ItemStyle'' je rencontre un problème, lorsque l'on clic sur le bouton personnalisé celui-ci ne s'ouvre pas en pop up mais sur une nouvelle page, cela est causé par le module ''possearchcategorie'', lorsque je désactive ce module t...
  9. Working with Prestashop is terrible, they have updated things so rapidly even i have to make changes according frequently to be compatible. I am facing autocomplete jquery error again and again. Tried few solutions but problem remains. Someone please help me out this asap. Error: cannot...
  10. 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...
  11. Hello to everybody, i am new to Prestashop so be patient I have to do this: In Quick search box Autocomplete Suggest i have to replace products and show suggested words to search. Search have to be from tags or product name etc. I searched around but did not found anything that i ca...
  12. Hola amigos! Tengo un problema a la hora de añadir accesorios a un producto, ya que el autocompletado no me funciona. He estado mirando a ver si habia algún problema con el autocomplete de jquery, parece que lo hace bien pero cuando añado un par de caracteres al input no hace la llamada aja...
  13. 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...
×
×
  • Create New...