Page 1 of 1

Product thumbnail slider

Posted: Sat Oct 28, 2017 4:49 am
by fadichmn
Hello,
I am searching for modification or an extension that gets the product thumbnails as a slider. If I have more than 8 or more thumbnails , the list gets a new line. Is there any way here to do this a bit smoother? All help are welcome here. I am using OpenCart version. 3.0.2.0

Thanks in advance.

Re: Product thumbnail slider

Posted: Sat Oct 28, 2017 5:18 am
by yodapt
Can you clarify what you need?

Re: Product thumbnail slider

Posted: Sat Oct 28, 2017 5:26 am
by straightlight
Followed is a free slider extension you could use: https://www.opencart.com/index.php?rout ... n_id=23216 .

As for the new line, you could take an example of the catalog/view/theme/<your_theme>/template/extension/module/featured.twig file where the following instance would be initiated:

Code: Select all

{% for i in 5 %}
For your request, it would simply needt to be changed for:

Code: Select all

{% for i in 8 %}

Re: Product thumbnail slider

Posted: Sat Oct 28, 2017 6:19 am
by fadichmn
Hi and thanks for the replies.

I meant in the product page. As you see here, 8 thumbnails in a row. I need something like a slider for showing all thumbnails in 1 row.
Image

Re: Product thumbnail slider

Posted: Sat Oct 28, 2017 6:51 am
by straightlight
A free carousel version you could see: http://www.menucool.com/slider/jquery-slideshow which obviously the mount of pictures could be increased and downloadable at: http://www.menucool.com/jquery-slider