Simple Volume Pricing
Simple Volume Pricing is an extension to Spree (a complete open source commerce solution for Ruby on Rails) that allows order quantity to determine the price for a particular product variant. For instance the variant’s starting price might be $19.99, but $18 if customer orders 5 or more units or $15 if customer orders 20 or more.
Each VolumePrice contains the following values:
- Variant: Each VolumePrice is associated with a Variant, which is used to link products to particular prices.
- Starting Quantity: The minimum quantity for which this VolumePrice applies. If there is a VolumePrice with higher starting quantity that still applies to this order, it will be used instead.
- Price: The price of the variant if the line item quantity is big enough for this VolumePrice to apply.
There are more features and configuration options – read about them on the extensions gihub page.

Be the first to comment on this extension.
Login to Comment.