Experimental project

This is a sandbox project, which contains experimental code for developer use only.

This module essentially combines ubercart products with the signup module.

This is not the a port of the [uc_signup module on drupal.org](http://drupal.org/project/uc_signup). This module takes a significantly different approach to integration.

To use this module simply:

  1. Enable uc_product module
  2. Enable signup module
  3. Enable signups on an ubercart product

This module does the rest. First it disables the signup links for these products so that they have to be bought and not signed up for.
Then, by using ubercart hooks, this module checks orders upon checkout complete to see if they can be signed up for. If so, the user is signed up!

Simple!

Why is this project in the sandbox? Because there is already a uc_signup module, and we didn't want to make yet another one. Hopefully uc_signup can use this code for a 7.2.x branch, or in helping with a port, or in some other way.

Project information