Dolci, merende, biscotti, panettoni, pandori, colombe e cereali da colazione
');
},
onSearchComplete: function(){
$('.1150392032_container .ux-loading').remove();
},
onSelect: function (suggestion) {
if( suggestion.id != -1 ) {
window.location.href = suggestion.url;
}
}
});
} else {
$('#1150392032_yith-s').autocomplete({
minChars: 3,
appendTo: '.1150392032_container',
serviceUrl: woocommerce_params.ajax_url + '?action=yith_ajax_search_products',
onSearchStart: function(){
$('.1150392032_container').append('
');
},
onSearchComplete: function(){
$('.1150392032_container .ux-loading').remove();
},
onSelect: function (suggestion) {
if( suggestion.id != -1 ) {
window.location.href = suggestion.url;
}
}
});
}
});