I am having troubles adding this carousel to my prestashop template.
It returns me the following error:
TypeError: $(...).owlCarousel is not a function navig
Add owl.carousel.min.js file in your home page and before the file in which you are using add the following code:
owl.carousel.min.js
$("#owl-demo").owlCarousel({ navigation : true });
Then only it will work.
Add Your Jquery file and owl.js file to header section