burnbright/silverstripe-shop-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.

Installs: 3 244

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 5

Forks: 6

Open Issues: 2

Type:silverstripe-vendormodule

2.0.0 2018-07-06 00:46 UTC

This package is auto-updated.

Last update: 2024-03-27 19:26:09 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