silvershop / comparison
There is no license information available for the latest version (2.0.0) of this package.
Submodule for SilverShop which allows you to compare products in a table.
Package info
github.com/silvershop/silvershop-comparison
Type:silverstripe-vendormodule
pkg:composer/silvershop/comparison
2.0.0
2018-07-06 00:46 UTC
Requires
- silvershop/core: ^3
Requires (Dev)
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2026-03-16 23:42:28 UTC
README
Detail specific features of each product, and then compare them in a dedicated interface.
Features
- Define product features, eg: weight, wifi
- Define values for features, eg: 100gm, yes
- Assign values to products
- Add / remove products from comparison page view
- Display a table showing product features side-by-side
- Group features together for displaying in groups
Installation
Require the submodule via composer, from site root:
composer require silvershop/comparison
Include in Product template:
<% include ProductSpecifications %>
With grouping enabled:
<% include ProductSpecifications Grouping=1 %>
License
See LICENCE