WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Bakery Shop => Topic started by: varjo on August 30, 2016, 02:38:31 PM

Title: Slider for item images
Post by: varjo on August 30, 2016, 02:38:31 PM
Hello,

How could I make a slider for the item images of the same product in the Item Detail -page?

Thanks in advance.
Title: Re: Slider for item images
Post by: freeSbee on August 30, 2016, 05:05:04 PM
Hi varjo

In the template of item detail page use both placeholders [IMAGE] and [IMAGES] to make sure all active images will be displayed. Use a slider script of your choice to animate the images. If you need to tweak the html output generated by Bakery go to the view_item.php file, about line 190 - 202. Keep in mind that all code modifications will be overwritten when upgrading.

Regards Christoph