x0ux0u Posted April 18, 2011 Share Posted April 18, 2011 Bonjour à tous,Je viens de mettre en place sur un presta 1.4. un module de diapo d'images "awesome slider".Par contre, dès son activation, le module de recherche ajax du theme prestashop_alt que j'ai modifié génère l'erreur suivante :$("#search_query_top").autocomplete is not a functionLine 395Apparemment, le problème donc se situerait dans la portion de code suivant : {if $ajaxsearch} [removed] // <![CDATA[ {literal} $('document').ready( function() { $("#search_query_top") .autocomplete( '{/literal}{if $search_ssl == 1}{$link->getPageLink('search.php', true)}{else}{$link->getPageLink('search.php')}{/if}{literal}', { minChars: 3, max: 10, width: 500, selectFirst: false, scroll: false, dataType: "json", formatItem: function(data, i, max, value, term) { return value; }, parse: function(data) { var mytab = new Array(); for (var i = 0; i < data.length; i++) mytab[mytab.length] = { data: data[i], value: data[i].cname + ' > ' + data[i].pname }; return mytab; }, extraParams: { ajaxSearch: 1, id_lang: {/literal}{$cookie->id_lang}{literal} } } ) .result(function(event, data, formatted) { $('#search_query_top').val(data.pname); document.location.href = data.product_link; }) }); {/literal} // ]]> [removed] {/if} Mais le module de recherche ajax fonctionne parfaitement sur les autres pages ne disposant pas du module diapo.Alors je ne sais pas trop où chercher ?Quelqu'un aurait une idée ? Merci. Link to comment Share on other sites More sharing options...
Julio_EH Posted December 22, 2011 Share Posted December 22, 2011 Salut, un peu tard pour te répondre à toi mais ça pourra en aider d'autres ==> http://www.prestashop.com/forums/index.php?/topic/96680-resolu-probleme-slide-jgallery-view-2-v132-et-bloc-recherche/page__view__findpost__p__506793 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now