Experimental project

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

I've chosen to end work on this module as I dont find myself needing it as of recently. It will remain in a sandbox until revival is needed---a lot of the work originally in here was during my learning phase with Drupal, so I don't doubt there are many better ways to implement this. As such, I forsee building an alternative module which would work with Drupal commerce.

Product registration is useful for tracking ownership, generating reminder emails, and so, so much more.

This module gives administrators the ability to restrict which product classes are registerable, define global model and/or serial number formats (via regular expressions), enforce the collection of a purchase date, and override the global settings (model/serial formats) on a per-product basis. The module also includes a per-product registration link; and the optional generic registration page, which includes an autocomplete field that references products from an included default view. This module also includes Views and Token support.

I realize an alternative method of registration is possible using webform and webform_viewreference. My module is designed for those that prefer fine-grained control over products registered and precise control over what model/serial numbers are permitted.

Upcoming changes:
Match model numbers based on product SKU's.

Project information