Oakstone wrote:I think I have resolved this. I compared the two files, and replaced any reference to kendo with the backup with referencing Kendo JS. It seems the license if only for instantSearch.
@* Kendo UI javascript file could not be used in any ways outsite the InstantSearch plugin without purchasing Kendo UI commercial license
<script src="@Url.Content("~/Plugins/SevenSpikes.Nop.Plugins.Core/Scripts/kendo.public.min.js")" type="text/javascript"></script> *@
Hi Oakstone,
it seems that I misunderstood your previous post, sorry about that!
Yes, this is a bug after merging some of the new changes to the 3.2 version. We will fix it and deploy it ASAP. Thank you for reporting this!
Meanwhile, you can replace this:
Html.AddScriptParts("~/Scripts/kendo/2014.1.318/kendo.core.min.js");
Html.AddScriptParts("~/Scripts/kendo/2014.1.318/kendo.data.min.js");
Html.AddScriptParts("~/Scripts/kendo/2014.1.318/kendo.popup.min.js");
Html.AddScriptParts("~/Scripts/kendo/2014.1.318/kendo.list.min.js");
Html.AddScriptParts("~/Scripts/kendo/2014.1.318/kendo.autocomplete.min.js");
with this:
Html.AddScriptParts("~/Plugins/SevenSpikes.Core/Scripts/kendo.public.min.js");