kuriousagency/commerce-bulk-pricing

This package is abandoned and no longer maintained. The author suggests using the webdna/commerce-bulk-pricing package instead.

Bulk pricing for products

2.1.1 2022-10-27 15:46 UTC

README

A Craft fieldtype for setting product prices based on the quantity purchased and/or by user group

Requirements

This plugin requires Craft CMS 3.0.0-beta.23 or later.

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require webdna/commerce-bulk-pricing
    
  3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Commerce Bulk Pricing.

Commerce Bulk Pricing Overview

Bulk Prices

Create a Bulk Pricing fieldtype, add your column headers (e.g. 25+, 50+ 100+) and set the required quantity a customer must purchase to receive that price.

There are additional options to restrict the prices to certain user groups and to specify if the prices set include tax.

Screenshot

Add the Bulk Pricing field to a product and set the price for each quantity bracket

Screenshot

User Group Prices

The fieldtype can also be used to set a price for certain user groups.

Create a fieldtype with a quantity of 1, the same price is used regardless of quantity purchased

Screenshot

Set the product price for that user group

Screenshot

Brought to you by webdna