How to add JS & Jquery scripts to site

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 13 años
Hello,

Newbie to Nop Commerce, running version 1.8 and am trying to figure how to insert javascript and jquery scripts into the site. I found this in the Root.Master page, <asp:PlaceHolder id="SCRIPTS" runat="server" />, but am also new to asp.net so  am not sure if this is where the scripts need to go or if I manually need to add them to <head> section.

Any Help is much appreciated!!

Thanks
Hace 13 años
hi have a look here
https://www.nopcommerce.com/boards/t/5328/javascript-jquery-and-galleryview.aspx#23515


and see if it helps



- hayden
Hace 13 años
You need to add js files to root.master. If you only want to use jquery on specific pages then you can create a new master page with no js file.

Have a look at www.just4laptops.co.uk the mini basket is in jquery. If you go to any category page and click add to cart the item flies to the basket and added.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.