UC Crowdfunding - configuration

Defines an Ubercart product feature to turn any product into a "crowdfunding style" donation product, in which users may donate towards a goal before a dateline is reached.
Two options are available:

  1. Disable donations if current date is after dateline OR if target amount is reached.
  2. Disable donations if current date is after dateline (allows donating past target amount).

Defaults can be set at global or node type level, but the feature can also be added or edited for every product node.

Tips

Plays well with:

  • Product attributes module: allow customers to select different amounts to donate.
  • Variable price module: allows customers to enter their own amount to donate.

Theming

Variables are made available on the $node object for easy theming. See README for details.

Hooks

A hook is provided that allows altering the crowdfunding properties added to the node object. See file uc_crowdfunding.api.php for details.
 

Installation

See included README file.

Dependencies

Ubercart and Date API.

Project information

Releases