Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download commerce_registration-7.x-2.0-beta5.tar.gztar.gz 26.26 KB
MD5: b0a45c256f5dbeff68cbf5897882c303
SHA-1: b3e9fb8c55fbdf605fcdbfd31b9cb1b7c4d1a427
SHA-256: 6ea85178ea18d717424cb116961aad2afbd7ed4841d989e2cc6793227f539bd6
Download commerce_registration-7.x-2.0-beta5.zipzip 32.12 KB
MD5: 253c923b505ba417e0f596015dec7775
SHA-1: a136241dfb36fc6f657d24bd2a0479c487ba9760
SHA-256: 032b2f9a04a2c4dfaa7679befb419c92a4f93c00ec83b0b9d968ee64897a676d

Release notes

This Beta4 release now requires Entity Registrations version 7.x-1.1 or higher. Without 7.x-1.1 or higher, Commerce Registration may 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.
Created by: jpontani
Created on: 5 Mar 2013 at 19:28 UTC
Last updated: 29 May 2015 at 14:13 UTC
Bug fixes

Other releases