Opencart tips and tricks to add auto-scrolling of carousel in opencart. We will show it to the manufacturer’s images.
Edit file catalog/view/theme/yourtheme/template/module/carousel.tpl, find the below code
vertical: false,
and add after it
auto: 3, wrap: 'circular',
Here auto represents the time span to scroll, with the above after three seconds the carousel will move and it will go on moving.