Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
25.96 KB
MD5: a8195aa343715414c4083bcafee877fe
SHA-1: 842096511bda6cda97c2feb99a4ac19a54bb6d36
SHA-256: 45d191c3cbb3b1970a827c69ae89a0b1775b1ad04e1e14286eaa26799974e620
Download zip
31.74 KB
MD5: 99d60b147a61a249415b70f37ef152af
SHA-1: df6a870b66ac992042640f0863e746a407146a3a
SHA-256: 174576e882c302574e3a0c485ea9e1f66e7b1aef98a5c81122032e2ac225bb36
Release notes
If you are using Beta1, Beta1 will no longer work with Entity Registration Beta2! You must upgrade to Beta2 Commerce Registration to prevent errors.
This Beta3 release now requires Entity Registrations Beta2 or higher. Without Beta2 or higher, Commerce Registration will *NOT* work properly!
This beta release should provide most of the features of Commerce Registration, with few minor bugs.
Features
- Checkout page and pane for Registration Information
- Manage Registration tab for nodes with a Product Reference field. This tab lists registrations, settings, and broadcast email form for all Commerce Products attached to the node.
- Saves registrations on checkout completion. Checkout completion is invoked via Rules action "complete checkout process".
- Viewing a registration now links to the Commerce Order if one is associated with a registration.
- Custom registration display settings for the Checkout Review pane.
- Registration settings only display for products that have a registration field attached, and that field's value is not set to "Disable Registrations".
- Products on multiple product display nodes will add to cart properly if they don't have a registration field or that field is set to "Disable Registrations". This allows products with no registrations and products with registrations to be on the same product display.
- Registrations are created with an initial count of 1 in case they somehow get defaulted to 0.
- Node settings table to allow custom commerce-registration settings to be saved per node (for product display style nodes)
- Allow overriding of the checkout pane fieldset labels for product registrations, has two tokens available: [title] and [index] for the product title and the countable index of the registration (1, 2, 3 ...)
- Allow custom help text to be displayed on the registration checkout pane for the fieldset description.
- New default rules to set the Registration State to Pending upon checkout, and Complete upon full payment for an order
- Modified the order view page for a user (user/1/order/1) to show Registrations that are attached to that order
- Registration Information pane set to -1 weight to have it displayed first. Commerce now handles this pane as the first pane correctly.