How to make the Opencart built in carousel to be auto scrolling ?
Its easy than you thought :
First edit the file :
catalog/view/theme/yourtheme/template/module/carousel.tpl
find the line :
vertical: false,
and add after it the code :
auto: 3,
wrap: 'circular',
You can customize ther scrolling speed by put different number in "auto:" parameter , less the number is faster the speed of scrolling is.
Няма коментари:
Публикуване на коментар