digitweaks/silvershop-product-images

A SilverShop module to add multiple product images

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

v4.1 2024-03-31 19:55 UTC

This package is auto-updated.

Last update: 2024-05-02 09:01:17 UTC


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