- Introduction
- Requirements
- Installation
- Configuration
- Maintainers
The Commerce Variation Bundle allows you to create groups / bundles of product variations.
- create bundles by referencing product variations and their quantities
- pricing model: by percentage / use default price field / price list module
- split bundle into separate items during order placement
- split bundle option configurable per each product variation bundle entity
- show saving amount / percentage with new adjustment type -
bundle_saving
- integration with commerce_stock - dynamically set stock based on bundle contents
- use product variation attributes dynamically from referenced bundle items
This module requires Drupal Commerce Core >= 2.30
Install the Commerce Variation Bundle module as you would normally install any Drupal contrib module. Visit https://www.drupal.org/node/1897420 for further information.
- Navigate to /admin/commerce/config/product-types
- Create new product and product variation type.
- Navigate to /admin/commerce/config/product-variation-types
- Edit newly created variation type and select under traits: Variation bundles
Now this product variation type is going to be treated as Variation Bundle and you would see field to reference bundle items.
Note: It's not recommended to use existing variation types as Variation bundle.
Current maintainers:
- Valentino Međimorec (@valic)