2017 © Pedro Peláez
 

silverstripe-module silverstripe-commerce-bulkprice

A Silverstripe module that adds discount prices to products when greater quantities are ordered

image

i-lateral/silverstripe-commerce-bulkprice

A Silverstripe module that adds discount prices to products when greater quantities are ordered

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 3 Open issues
  • 3 Versions
  • 8 % Grown

The README.md

Silverstripe Commerce Bulk Price

Extension to silverstripe commerce module that allows you to alter a product's price when added to the cart, if a certain number of that product are added., (*1)

Author

This module is created and maintained by ilateral, (*2)

Contact: morven@i-lateral.com, (*3)

Dependancies

  • SilverStripe Framework 3.1.x
  • Silverstripe Commerce

Installation

Install this module either by downloading and adding to:, (*4)

[silverstripe-root]/commerce-bulkdiscounts, (*5)

Then run: dev/build/?flush=all, (*6)

Or alternativly add to your project's composer.json, (*7)

Usage

Once installed, you can navigate to a product in the admin and add bulk pricing under the "Bulk Prices" tab., (*8)

Each bulk price has 2 fields:, (*9)

  • Quantity: The quantitiy of items needing to be purchased to qualify for the new price. This can be either a range (eg: 10-19), a fixed number (eg: 10) or an amount over a certain number (eg: 30+).
  • Price: The price that this bulk item will be charged at.

Once you have added this information and saved, it will be automatically used by the shopping cart when the relevent item is added with the specified quantity., (*10)

Adding a bulk price table to your product template

This module adds a variable to your catalogue controller that generates a table of bulk prices. This variable is:, (*11)

$BulkPriceTable

Adding this variable to your product template will generate a table of pricing options., (*12)

Note If you want to customise this table, you can overwrite the BulkPriceTable.ss template file., (*13)

The Versions

14/09 2017

3.0.x-dev

3.0.9999999.9999999-dev http://github.com/i-lateral/silverstripe-commerce-bulkprice

A Silverstripe module that adds discount prices to products when greater quantities are ordered

  Sources   Download

BSD-3-Clause

The Requires

 

silverstripe bulk commerce orders price

25/08 2017

2.0.x-dev

2.0.9999999.9999999-dev http://github.com/i-lateral/silverstripe-commerce-bulkprice

A Silverstripe module that adds discount prices to products when greater quantities are ordered

  Sources   Download

BSD-3-Clause

The Requires

 

silverstripe bulk commerce orders price

26/06 2014

dev-master

9999999-dev http://github.com/i-lateral/silverstripe-commerce-bulkprice

A Silverstripe module that adds discount prices to products when greater quantities are ordered

  Sources   Download

BSD-3-Clause

The Requires

 

silverstripe bulk commerce orders price