Commerce Discrete Quantity Discount quantity select widget on product view
Commerce Discrete Quantity Discount quantity select widget on shopping cart

Experimental project

This is a sandbox project, which contains experimental code for developer use only.

This module is a Drupal Commerce extension that enables discrete quantity discount for commerce products.

It enables discrete quantity select widget on the display views of the products it's enabled on. It also replaces the quantity textfield input on the shopping cart with a discrete quantity select input thereby restricting quantiy choices only to those defined for that product.

It also provides a field formatter to display the discrete quantity/price values as a table on the product display view.

The motivation for this module: Other commerce discount modules deals with ranges of quantity like 1-5, 6-10, 11-15, etc. A client needed a feature to handle discrete quantities like 5, 10, 15, etc, quantities in between not allowed. So the concept for this module was born.

Project information