Creating a jCarousel component for Promo module
The final objective of this practice is that you have the Promo module functioning on the main page of your Bookstore theme integrated with jCarousel
and displaying images of registered products in the administrative area of Magento. They will be integrated into different layers to show a unique result in your theme.
For this practice, you will use the responsive carousel feature provided by the jCarousel
plugin (http://sorgalla.com/jcarousel/), which serves as a vertical and horizontal control for item lists in HTML. This excellent plugin was created by Jan Sorgalla and has long been used by developers in frontend projects with jQuery.
Beginning the implementation, access the download page of the jCarousel plugin and download the following JavaScript files:
- jCarousel Core - Production Version
- Control Plugin - Production Version
- Pagination Plugin - Production Version
Move these files to the directory /app/code/Packt/Promo/view/frontend...