Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.15 KB

File metadata and controls

42 lines (27 loc) · 1.15 KB

ecommerce group pricing

This module is a must for e-commerce applications where the product prices go beyond a straight price for each product. For example, if you want to provide discounts based on security group of purchaser (e.g. staff discounts) or customer country of origin.

It also provides a price list page.

Developers

Nicolaas Francken [at] sunnysideup.co.nz

Requirements

see composer.json

Project Home

See http://code.google.com/p/silverstripe-ecommerce

Demo

See http://www.silverstripe-ecommerce.com

Installation Instructions

  1. Find out how to add modules to SS and add module as per usual.
  2. Review configs and add entries to mysite/_config/config.yml (or similar) as necessary. In the _config/ folder of this module you can usually find some examples of config options (if any).