Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download registration_commerce-7.x-1.0-beta2.tar.gztar.gz 17.99 KB
MD5: 5fc0227ca9f7904b15fa2247500873c5
SHA-1: 0434b1fba1ba09704b2ba374573d48acc6440d02
SHA-256: eefb0e071f888dbf0a8bd7f258af07bc3421188366a15b105d144a64bc18a6b3
Download registration_commerce-7.x-1.0-beta2.zipzip 21.4 KB
MD5: f2ae262d2804c8a64a317aa2fe588611
SHA-1: 8ab0cc530615e4aa6f91aa8b3c2ff44973af80af
SHA-256: e3590467a3d701f11a0855ef3c153e039671b4327f5fcbb1aaaa2f8f88228e60

Release notes

Changes since 7.x-1.0-beta1:

  • Allow Line Items to dictate their own order.
  • Fix order selection in cart checkout default rule.
  • Add default rule for deleting registrations when line items are deleted.
  • Convert formatting of default rules to use export format for easier maintenance
  • Add a default version of the "complete registrations on checkout" rule.
  • Coding style cleanup.
  • Add a disabled default rule for automated registration cancelation in canceled carts.
  • Make sure the _schema_version function is available before using.
  • #2627790: Registration 2.x Branch compatibility.
  • Configure product type in case commerce has not yet done this.
  • Fix redirect settings to be consistent with their description: don't redirect unless it's the default state.
  • #2392491 by ratface: Price setting rule weight
  • #2452345 by roball: hook_commerce_cart_product_prepare and hook_commerce_cart_product_add never invoked
  • Improved requirements accuracy for using commerce_price.
  • Refactor product creation for clarity.
  • Add check for edit element in cart view
  • updating rule invoked on commerce_cart_refresh event to include any error messages generated if registration status ends up FALSE (e.g. registration has no capacity left). previously we were just removing it from the cart with no message if the status returned FALSE, which is confusing for the end user
  • Merge branch '7.x-1.x' of github.com:thinkshout/registration_commerce into 7.x-1.x
  • Creating api documentation.
  • Updating Readme for release.
  • Validate configuration on registration types to ensure payable types have payable states.
  • Improved messaging and help on settings page.
  • Add link to settings on registration type overview page.
  • #2160217: add action to delete all registrations in a cart.
  • Fix registration product creation price default value.
  • Add option to use a price field on the host entity for default price calculations.
  • Allow for adding of -/bin/bash priced items.
  • Add an entity deletion hook to remove line items when the associated registrations are deleted.
Created by: gcb
Created on: 16 Nov 2016 at 19:36 UTC
Last updated: 2 Dec 2017 at 19:03 UTC
Bug fixes
New features

Other releases