miteshmap / commerce_price_table
Price table field for Commerce.
Package info
github.com/miteshmap/commerce_price_table
Type:drupal-module
pkg:composer/miteshmap/commerce_price_table
dev-8.x-1.x
2022-07-24 20:30 UTC
Requires
- drupal/commerce: ^2.0
This package is not auto-updated.
Last update: 2026-03-07 15:34:29 UTC
README
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 quantities.
Install and configure
1. Enable the module
2. Create a new field in the product bundle of the type 'Price table', with
unlimited or a fixed set of values.
3. Add/edit your products and add them as many prices as you want and the
quantity ranges. Use -1 for "Unlimited".
Recommended: Enable the quantity field for the add to cart display formatter in
the product display settings.