diff --git a/src/view/frontend/web/js/quick-search.js b/src/view/frontend/web/js/quick-search.js index f28a9c3f..4db2d4af 100644 --- a/src/view/frontend/web/js/quick-search.js +++ b/src/view/frontend/web/js/quick-search.js @@ -27,6 +27,7 @@ define([ }.bind(this)); var templateId = '#autocomplete-item-template'; + this.options.template = templateId; this.options.url = $(templateId).data('url'); return this._superApply(arguments);