digitweaks / silvershop-product-images
A SilverShop module to add multiple product images
Package info
github.com/digitweaks/silvershop-product-images
Type:silverstripe-vendormodule
pkg:composer/digitweaks/silvershop-product-images
v4.1
2024-03-31 19:55 UTC
Requires
README
A simple SilverShop 4 compatible module to add multiple product images that you can sort in the admin panel.
Installation
composer require digitweaks/silvershop-product-images
Template
Add the ProductImages template to your Product template where you need the images to appear. Adapt the CSS if you don't use Bootstrap classes.
<% include ProductImages %>
To Do
Separate the jQuery from the template