Merge pull request #18143 from mattwire/membertabbuttons
[civicrm-core.git] / ext / eventcart / README.md
1 # eventcart
2
3 This extracts most of the event cart functionality into an extension.
4
5 The extension is licensed under [AGPL-3.0](LICENSE.txt).
6
7 ## Remaining work
8
9 1. 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).
10 1. There are various places in CiviCRM which still check the setting `enable_cart`. These should be moved to this extension.
11 1. The "Conference Slots" functionality is only enabled if Event Cart is enabled so that should be moved into this extension too.