https://github.com/webdna/commerce-bulk-pricing
https://github.com/webdna/commerce-bulk-pricing
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webdna/commerce-bulk-pricing
- Owner: webdna
- License: other
- Created: 2019-01-29T10:18:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T02:02:31.000Z (almost 2 years ago)
- Last Synced: 2025-05-30T10:51:53.648Z (about 1 year ago)
- Language: PHP
- Size: 344 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Commerce Bulk Pricing plugin for Craft CMS 3.x
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.

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

**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

Set the product price for that user group

Brought to you by [webdna](https://webdna.co.uk)