i-lateral / silverstripe-commerce-groupedproduct
Allow grouping of sub products under a parent product.
Installs: 55
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Type:silverstripe-module
Requires
- i-lateral/silverstripe-commerce: 2.0.*@dev
- silverstripe/framework: >=3.1
This package is auto-updated.
Last update: 2024-10-21 00:02:36 UTC
README
Silverstripe module for creating grouped products (products inside other products).
Maintainers
- Morven Lewis-Everley (Nickname: mo, psychomo)
Introduction
Module for Silverstripe commerce that allows grouping of products under a single product (which can then be displayed as a dropdown or radio button).
Adding one of these products to the cart then adds
Requirements
- SilverStripe 3.1
- SilverStripe Commerce 2.0
Installation
Composer
Add this module by running:
composer require "i-lateral/silverstripe-commerce-groupedproduct:*"
Web
After you have finished downloading the file, extract the downloaded
file to your site's root folder and ensure the name of the module is
commerce-groupedproduct
.