Time for action—Using the jQuery carousel
The jQuery
carousel will loop infinitely over the items when the next or the previous button is clicked. Generally, this module can be created on your own.
However, there are some readymade jcarousel
modules that you may download from the various PrestaShop sites.
Download
jcarousel.zip
, and save it on your hard disk. You may download it from http://www.PrestaShop.com/forums/viewthread/19951.Note
If this link is unavailable, you can get it from the appended code bundle.
Upload the
zip
file to your server or if you are using a development site, place it in the correct folder on your localhost. Make sure you locate it to the modules directory. (/modules/
)Then, extract
jcarousel.zip
and copy thejcarousel
folder to your shop's modules directory. You can find slides and assets folders inside thejcarousel
folder, as shown in the following screenshot:Go to the Back Office | Modules tab. Here you can find jcarousel module inside the Home section.
Click on...