This extension implements civicrm/civicrm-core#17886 on CiviCRM 5.35 to enable payments and multiple payment processors.
- The MJW version adds a new settings page at Administer->CiviEvent->Event Cart Settings:
This extracts most of the event cart functionality into an extension.
The extension is licensed under AGPL-3.0.
- An "Events - Receipt only" (event_registration_receipt) email is sent to the contact that made the payment.
- An "Events - Registration Confirmation and Receipt (on-line)" (event_online_receipt) is sent to every participant that was registered.
These receipts reflect the current payment status (ie. if the payment is pending the receipt will state that payment has not yet been made).
- Move CRM_Event_Cart_DAO_Cart and CRM_Event_Cart_DAO_EventInCart from CiviCRM core (see civicrm/civicrm-core#17339 for details).
- There are various places in CiviCRM which still check the setting
enable_cart
. These should be moved to this extension. - The "Conference Slots" functionality is only enabled if Event Cart is enabled so that should be moved into this extension too.
This extension is supported and maintained with the help and support of the CiviCRM community by:
We offer paid support and development as well as a troubleshooting/investigation service.