/commerce_price_table

copy of https://www.drupal.org/project/commerce_price_table with core version update

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

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.