commerce_price_table.css |
theme/commerce_price_table.css |
|
.field-type-commerce-price-table table div.form-item {
float: left;
margin-right: 1em;
} |
commerce_price_table.info |
commerce_price_table.info |
|
name = Commerce price table
description = Price table field for Commerce
package = Commerce (contrib)
core = 7.x
dependencies[] = commerce_product
dependencies[] = commerce_price
; Simple tests
files[] = tests/commerce_price_table.test |
commerce_price_table.install |
commerce_price_table.install |
|
|
commerce_price_table.module |
commerce_price_table.module |
|
|
commerce_price_table.rules.inc |
commerce_price_table.rules.inc |
|
|
commerce_price_table.rules_defaults.inc |
commerce_price_table.rules_defaults.inc |
|
Default rule configurations for Cart. |
commerce_price_table.test |
tests/commerce_price_table.test |
|
Functional tests for the commerce price table module. |
commerce_price_table_ief.info |
commerce_price_table_ief/commerce_price_table_ief.info |
|
name = Commerce Price Table IEF support
description = Provides support for Inline Entity Form
package = Commerce (contrib)
core = 7.x
dependencies[] = commerce_product
dependencies[] = commerce_price
dependencies[] =… |
commerce_price_table_ief.install |
commerce_price_table_ief/commerce_price_table_ief.install |
|
|
commerce_price_table_ief.module |
commerce_price_table_ief/commerce_price_table_ief.module |
|
|
commerce_price_table_ief_commerce_product.inline_entity_form.inc |
commerce_price_table_ief/includes/commerce_price_table_ief_commerce_product.inline_entity_form.inc |
|
Customized inline entity form controller, as suggested in the
IEF issue http://drupal.org/node/1521274. |
README.txt |
README.txt |
|
Commerce Price Table Module
===========================
This module allows to have a secondary price field that considers the quantity
for displaying and using the prices, it also provides a price table formatter
to display price tables based on… |