I have product with default price of $120.

I installed commerce_price_table module.
I set $100 for Min qty = 25 and Max qty = unlimted.

For the quantity from 1 to 24, I want to keep the default price $120.
I don't want to set the min and max Qty for 1 to 24.

For the qty 1, the price shows $100. It should be $120.
I want to show $120 for it.

How to fix it?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Sam Moore’s picture

You have to explicitly set the price for 1-24 quantity.

I've attached a screenshot from one of my sites.

Sam Moore’s picture