registripe / registripe-core
This package is abandoned and no longer maintained.
No replacement package was suggested.
SilverStripe event management and registration module
Package info
github.com/registripe/registripe-core
Type:silverstripe-module
pkg:composer/registripe/registripe-core
dev-ticket-selections
2017-04-01 00:46 UTC
Requires
This package is not auto-updated.
Last update: 2025-07-23 09:38:25 UTC
README
The event management module allows you to manage event details and registrations from within the CMS.
Features
- Allow people to register, view their registration details and un-register for events.
- Attach multiple ticket types to each event. Each ticket can have its own price, go on sale in different time ranges and have different quantities available.
- Require email confirmation for confirming free event registrations, or canceling a registration.
- Send registered users a notification email when event details change.
Configuration
When working with multiple attendees, you can carry over specific fields from the previous attendee. Here is an example configuration:
EventAttendee: prepopulated_fields: - Organisation
If you extend the available EventAttendee db fields, you can define which ones are required by default in the add/edit form:
EventAttendee: required_fields: - FirstName - Surname - Email - OrganisationID - Gender
Note that the TicketID will always be required.
Requirements
- SilverStripe 3.1+
- Omnipay module for collecting payments with registration.
Installation
See Installation.