You are here

README.txt in Commerce Registration 7.3

Same filename and directory in other branches
  1. 7 README.txt
  2. 7.2 README.txt
Commerce Registration
 Allows the sale of registrations via Drupal Commerce.

Required Modules:
 - Drupal Commerce
 - Entity Registrations
 - Views

Supported Modules:
 - Rules

Setup:
 Once all the required modules are enabled, you'll want to start by making sure
 you have a Registration Type created. To do so, go to your Administration area
 and go to Structure -> Registration Types. If you need to create a type, click
 on Add registration type and add any fields you want.
 
 Once you have made sure your registration type is created, go to the admin
 area for your product types under Store -> Products -> Product Types. To add
 the ability to register for a product, you must add a new field to the product
 that is of the type Registration. When you do this, it will add a new field
 to choose the default registration type for new products and when editing a
 product. It will also add a collapsible fieldset for the registration settings
 on the new or existing product.
 
 You must now modify the settings for a particular product, or create a new
 product with registration settings.
 
 Once done with the settings, your product is now available for registration.
 To test, simply add the product to your cart, and proceed with checkout. You
 will see a new checkout page and checkout pane titled Registration Information
 that will have any fields you added to your registration type now displayed
 depending on the quantity of the product you added to your cart.
 
 When through with the order, the registration will be saved once the checkout
 is complete. You can now view registrations for the product by going to the
 product display node and clicking on the Registrations tab.

Rules Integration
 Commerce Registration ships with a default rule to mark registrations as paid
 when an order is first marked as paid in full. With this, registrations will
 get saved regardless of the order status, as soon as the order triggers the
 event of "paid in full". Users must modify the existing Commerce rules in
 order to have an order be marked as Completed.
 
 There is a rule action provided by Commerce Registration called "Mark
 Registrations as paid". This action can be added to any event trigger, so long
 as the event provides a Commerce Order reference.

File

README.txt
View source
  1. Commerce Registration
  2. Allows the sale of registrations via Drupal Commerce.
  3. Required Modules:
  4. - Drupal Commerce
  5. - Entity Registrations
  6. - Views
  7. Supported Modules:
  8. - Rules
  9. Setup:
  10. Once all the required modules are enabled, you'll want to start by making sure
  11. you have a Registration Type created. To do so, go to your Administration area
  12. and go to Structure -> Registration Types. If you need to create a type, click
  13. on Add registration type and add any fields you want.
  14. Once you have made sure your registration type is created, go to the admin
  15. area for your product types under Store -> Products -> Product Types. To add
  16. the ability to register for a product, you must add a new field to the product
  17. that is of the type Registration. When you do this, it will add a new field
  18. to choose the default registration type for new products and when editing a
  19. product. It will also add a collapsible fieldset for the registration settings
  20. on the new or existing product.
  21. You must now modify the settings for a particular product, or create a new
  22. product with registration settings.
  23. Once done with the settings, your product is now available for registration.
  24. To test, simply add the product to your cart, and proceed with checkout. You
  25. will see a new checkout page and checkout pane titled Registration Information
  26. that will have any fields you added to your registration type now displayed
  27. depending on the quantity of the product you added to your cart.
  28. When through with the order, the registration will be saved once the checkout
  29. is complete. You can now view registrations for the product by going to the
  30. product display node and clicking on the Registrations tab.
  31. Rules Integration
  32. Commerce Registration ships with a default rule to mark registrations as paid
  33. when an order is first marked as paid in full. With this, registrations will
  34. get saved regardless of the order status, as soon as the order triggers the
  35. event of "paid in full". Users must modify the existing Commerce rules in
  36. order to have an order be marked as Completed.
  37. There is a rule action provided by Commerce Registration called "Mark
  38. Registrations as paid". This action can be added to any event trigger, so long
  39. as the event provides a Commerce Order reference.