This extension adds consignment functionality to Spree. It allows you to assign a consignor to each product and set a commission based on a percentage of sales price. The consignment is attached to the product table so actual commissions can be determined for each line item.
-
Install Spree (Requires 0.11.0 or greater).
-
Install this extension
script/extension install git://github.com/pzupan/spree-consignments.git
-
Run pending migrations
rake db:migrate
You will need to go to the admin site and enter at least one consignor, then you will be able to set up consignments on each product.
This extension currently only calculates a commission based on a percentage of sales price. The intent is to extend the commission to calculate a flat rate or a percentage of either sales, cost or master price. This extension is currently in production on one site.