How to add javascript to nop commerce.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 anni tempo fa
I am trying to add a reversble counter to nop commerce. Im using v2.8 no source, im using jquery countdown keith wood, and to load the javascript im adding @Html.AddScriptParts("~/Scripts/jquery.countdown.js");   to the header.cshtml.

When i try to display the page i get redirected to the error.page.

Can it be the script that is breaking up the site, or is it my fault, not loading the file correctly?
11 anni tempo fa
Try this:
Html.AppendScriptParts ("...");
11 anni tempo fa
Also not working.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.