silvershop / coloredvariations
Add color support to variations for SilverShop.
Installs: 1 723
Dependents: 1
Suggesters: 3
Security: 0
Stars: 3
Watchers: 5
Forks: 7
Open Issues: 1
Type:silverstripe-vendormodule
Requires
- silvershop/core: ^3
Requires (Dev)
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2023-03-29 00:32:52 UTC
README
Choose colors for variation attributes, allowing for display of color swatches.
The module also introduces the ability to add many images to a product, and assign each image to a specific color.
Installation
composer require silvershop/coloredvariations
Add the color swatches template to your templates/Layout/Product.ss
template:
<% include ColorSwatches %>
License
BSD-2