https://github.com/silvercommerce/grouped-products
Allows grouping of multiple products under a single "Product Group" that will render products as a custom list
https://github.com/silvercommerce/grouped-products
Last synced: 5 months ago
JSON representation
Allows grouping of multiple products under a single "Product Group" that will render products as a custom list
- Host: GitHub
- URL: https://github.com/silvercommerce/grouped-products
- Owner: silvercommerce
- License: bsd-3-clause
- Created: 2020-06-29T15:24:52.000Z (almost 6 years ago)
- Default Branch: 1
- Last Pushed: 2022-12-13T05:25:06.000Z (over 3 years ago)
- Last Synced: 2025-08-27T19:39:59.406Z (10 months ago)
- Language: PHP
- Size: 1.45 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# SilverCommerce Grouped Products
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.