mixin/theme-php - Remove unused boilerplate
[civicrm-core.git] / ext / eventcart / README.md
... / ...
CommitLineData
1# eventcart
2
3This extracts most of the event cart functionality into an extension.
4
5The extension is licensed under [AGPL-3.0](LICENSE.txt).
6
7## Remaining work
8
91. Move CRM_Event_Cart_DAO_Cart and CRM_Event_Cart_DAO_EventInCart from CiviCRM core (see https://github.com/civicrm/civicrm-core/pull/17339 for details).
101. There are various places in CiviCRM which still check the setting `enable_cart`. These should be moved to this extension.
111. The "Conference Slots" functionality is only enabled if Event Cart is enabled so that should be moved into this extension too.