dev/core#2141 - If a mail-store has an OAuth2 token, then use it
[civicrm-core.git] / ext / eventcart / README.md
CommitLineData
77458d26 1# eventcart
2
3197f81a 3This extracts most of the event cart functionality into an extension.
77458d26 4
5The extension is licensed under [AGPL-3.0](LICENSE.txt).
6
3197f81a 7## Remaining work
77458d26 8
3197f81a
MW
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.