Jluis Posted December 24, 2020 Share Posted December 24, 2020 Salut , j'ai une erreur au niveau console qui bloque le refresh de l'ajout au panier , c'est au niveau module "ambjolisearch" (image ci dessous) var customizeRender = function() { var __superRenderItem = $.ui.autocomplete.prototype._renderItem; $.extend($.ui.autocomplete.prototype, { _renderItem: function(ul, item) { if (this.options.customRender) { return $("<li></li>") .data("item.autocomplete", item) .addClass((item.title ? 'jolisearch-container' : '')) .append(item.title ? $("<span>").addClass("jolisearch-title").html(item.title) : '') .append($("<a></a>").attr('href', (item.data && item.data.link ? item.data.link : ""))[this.options.html ? "html" : "text"](item.label).addClass(item.data ? item.data.type : "")) .appendTo(ul); } else { return __superRenderItem(ul, item); } } }); }; Personne a rencontre ce prob ? Link to comment Share on other sites More sharing options...
Mediacom87 Posted December 24, 2020 Share Posted December 24, 2020 Bonjour, vous pouvez contacter le support directement : https://addons.prestashop.com/contact-form.php?id_product=11066 Link to comment Share on other sites More sharing options...
Jluis Posted December 25, 2020 Author Share Posted December 25, 2020 Merci @Mediacom87 c'esr résolu 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