silvershop / comparison
Submodule for SilverShop which allows you to compare products in a table.
Installs: 1 870
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 6
Open Issues: 2
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-27 21:04:19 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