silvershop / coloredvariations
Add color support to variations for SilverShop.
Installs: 2 126
Dependents: 1
Suggesters: 1
Security: 0
Stars: 3
Watchers: 6
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: 2024-10-20 13:41:00 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