commerce_product_bundle.info |
commerce_product_bundle.info |
|
name = Product Bundle
description = Enables the bundling of products.
package = "Commerce Product Enhancements"
dependencies[] = commerce_product
dependencies[] = commerce_product_attributes
core = 7.x
; Rules
files[] =… |
commerce_product_bundle.module |
commerce_product_bundle.module |
|
Allows the bundling of products in Drupal Commerce. |
commerce_product_bundle.rules.inc |
commerce_product_bundle.rules.inc |
|
Rules integration for product bundle. |
commerce_product_bundle.rules_defaults.inc |
commerce_product_bundle.rules_defaults.inc |
|
Defines default product bundle rules. |
commerce_product_bundle_cart.css |
theme/commerce_product_bundle_cart.css |
|
.commerce-product-bundle-product-attributes {
padding-left: 19px;
}
.commerce-product-bundle-sub-line-item-title {
font-weight:bold;
margin-top: 2px;
}
.commerce-product-bundle-product-attributes .field-label {
font-weight:normal;
… |
README.txt |
README.txt |
|
Commerce Product Bundle
-----------------------
This module provides for Drupal Commerce a product bundling functionality.
You can define products that consists of other products. The customer can
select from different sub products. This is… |