digitweaks / silvershop-product-images
A SilverShop module to add multiple product images
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
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