silvercommerce / grouped-products
Allows grouping of multiple products under a single 'Product Group' that will render products as a custom list
Installs: 228
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 17
Type:silverstripe-vendormodule
Requires
- 1.x-dev
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/loader-utils-1.4.2
- dev-dependabot/npm_and_yarn/terser-4.8.1
- dev-dependabot/npm_and_yarn/eventsource-1.1.1
- dev-dependabot/npm_and_yarn/async-2.6.4
- dev-dependabot/npm_and_yarn/minimist-1.2.6
- dev-dependabot/npm_and_yarn/url-parse-1.5.10
- dev-dependabot/npm_and_yarn/follow-redirects-1.14.8
- dev-dependabot/npm_and_yarn/ajv-6.12.6
- dev-dependabot/npm_and_yarn/ws-6.2.2
- dev-dependabot/npm_and_yarn/dns-packet-1.3.4
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/ssri-6.0.2
- dev-dependabot/npm_and_yarn/y18n-4.0.1
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/ini-1.3.8
This package is auto-updated.
Last update: 2024-10-13 09:35:24 UTC
README
Allows grouping of multiple products under a single "Product Group" that will render products as a custom list and use group price if no individual price is available.
Install
Instalation via composer:
composer require silvercommerce/grouped-products
Usage
Once installed, two new product types will be added to your SilverCommerce install:
- ProductGroup: A contain for other products. This product will be shown in the catalogue and products in it's group will be displaid as radio buttons.
- GroupedProduct: A product that can be added to the Product Group.
If you are using the default SilverCommerce theme (or an extension of it) then you when viewing a grouped product, the Products price will be automatically updated via AJAX when you select the relevent product within the group.