Hello,
There is several way to have your slideshow, the first and most simple is add a plugin which will create a slideshow on your HikaShop product page, but unfortunately I can't tell you a plugin name...
The last and most complicated way to do it is to create an override view, in order to custom your show_default and directly create a slideshow, of course this will required some code knowledge.
Here :
- In Components => HikaShop => Configuration
- Go on Display dropdown, and select Views
- Use the filter dropdown by selecting "
Product", your "
Template" (here in my example protostar) and "
Front end".
- Look for
show_default view, and click on his name to
edit it.
You can find some clues to add your own slideshow
here
by php code and
here
by Css code.
Hope this will help you.
Regards.