How to add javascript to nop commerce.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 11 ans
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?
Il y a 11 ans
Try this:
Html.AppendScriptParts ("...");
Il y a 11 ans
Also not working.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.