Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vallic/commerce_variation_bundle
Provides a way inside Drupal Commerce to group multiple product variants into bundles.
https://github.com/vallic/commerce_variation_bundle
drupal drupal-commerce ecommerce
Last synced: 13 days ago
JSON representation
Provides a way inside Drupal Commerce to group multiple product variants into bundles.
- Host: GitHub
- URL: https://github.com/vallic/commerce_variation_bundle
- Owner: Vallic
- Created: 2023-11-17T22:01:33.000Z (about 1 year ago)
- Default Branch: 1.0.x
- Last Pushed: 2023-12-07T22:13:00.000Z (12 months ago)
- Last Synced: 2024-10-12T01:22:54.072Z (about 1 month ago)
- Topics: drupal, drupal-commerce, ecommerce
- Language: PHP
- Homepage: https://www.drupal.org/project/commerce_variation_bundle
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Commerce Variation Bundle
## Table of contents
- Introduction
- Requirements
- Installation
- Configuration
- Maintainers## Introduction
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## Requirements
This module requires Drupal Commerce Core >= 2.30
## Installation
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.## Configuration
1. Navigate to /admin/commerce/config/product-types
2. Create new product and product variation type.
3. Navigate to /admin/commerce/config/product-variation-types
4. Edit newly created variation type and select under traits: Variation bundlesNow 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.## Maintainers
Current maintainers:
- Valentino Međimorec ([@valic](https://www.drupal.org/u/valic))