Bakery slider

svsanchez

Hello Jacobi, thanks a lot for your help! I don't know how to code but the [[THUMBS]] placeholder did a great job!!!  8-)

jacobi22

i understand
the placeholder THUMBS give's a array with all thumbnails from this product-thumbs-folder (all thumbs from this item_id). if you change a little pice of code in the view_item.php, you have a slider with all this product pics

svsanchez

Hello Jacobi, thank you for your replies, what I am looking for is a little bit different:

In Dekogut-Shop.de you have the slider in the header showing different products (I guess in a randomly way).

What I need is to show different pictures from the SAME product once inside the details of THAT product. For example, imagine the product is a car. So I upload a main picture of the car in some angle, but I also upload several other pictures of the same car but from different angles, as well as a picture of it's engine, the interior, etc. So what I would like is to have all those pictures appear on a slider when I click on THAT particular car. And of course each car would have it's own slider showing the pictures uploaded for each car.

I hope I was able to explain correctly!


jacobi22

take a look here  in the header -> http://www.dekogut-shop.de/pages/produkte/schwingfiguren.php

the slider use the main-image-thumbs from the media/bakery/thumbs-folder, the best effect has pictures with the same width && height, on this project i use 100 x 100 in the CSS, but not all pictures on this page are 100 x 100

the slider use jquery and the jcarousellite-plugin
the slider-script read the main-images-thumbs from the bakery-database, called in the template or in a code(2) section with
<?php bakeryslider(8,2,5); ?>

the first number means: search the pics from 8 items only (0 for all items)
second number:  0 = sort by item_id DESC  , 1 = sort by item_id ASC , 2 = random order
thirth number: 5 = how many pics in the slider = slider-width

its not possible to select some special items (or you change the code in include.php)

a link from the slider-pic go to the product-page

svsanchez

Hello Jacobi, that's great, I prefer using V1.60 because of the checkout problem when there is only 1 payment option. Where can I see your Bakery slider and how can I configure it on my shop?!

jacobi22

i have a a slider for bakery <= Vers. 1.60, you have the vers 1.70??

svsanchez

Hello community, I would like to do the following:

Bakery allows me to upload more than one image for each product, but I then have to INSERT the product pictures on the product page. I would like to know if there is a way to show the images I upload to a product and show them as a slider?

Thank you!