Hi there
I am trying to add a simple jquery shopping cart to a site however, whatever I add doesn't seem to be picking up the js file. I have currently got shopkart on this pagedemo shop page
I have tried countless others which all work outside of Umbraco (on Dreamweaver for example) It's probably something simple, but I really can't work it out and have spent days on it already.
Adding a jqyery cart
Hi there I am trying to add a simple jquery shopping cart to a site however, whatever I add doesn't seem to be picking up the js file. I have currently got shopkart on this pagedemo shop page
My code is as follows to link the js file:
I have tried countless others which all work outside of Umbraco (on Dreamweaver for example) It's probably something simple, but I really can't work it out and have spent days on it already.
Thanks in advance for your help, Natasha
Hi Natacha
You are loading jQuery twice, in line 117 and 205. Try and move your script into the master at the bottem, and make sure you only load jQuery once.
/Kenneth
is working on a reply...