A Silverstripe module that adds discount prices to products when greater quantities are ordered
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.
This module is created and maintained by
ilateral
Contact: [email protected]
Install this module either by downloading and adding to:
[silverstripe-root]/commerce-bulkdiscounts
Then run: dev/build/?flush=all
Or alternativly add to your project's composer.json
Once installed, you can navigate to a product in the admin and add bulk
pricing under the "Bulk Prices" tab.
Each bulk price has 2 fields:
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.
This module adds a variable to your catalogue controller that generates
a table of bulk prices. This variable is:
$BulkPriceTable
Adding this variable to your product template will generate a table of
pricing options.
Note If you want to customise this table, you can overwrite the
BulkPriceTable.ss template file.
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem