X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FEvent.setting.php;h=c7481cb2f2c0c5497fe92b046dc75264c3680844;hb=beb2d1e254a1d7765020ecca80fc2056eb5cd92a;hp=50477d91369d3b9dfc15996af57c8826e353cf52;hpb=14ed235d768c84a8e99e486a941e4290b7ea1708;p=civicrm-core.git diff --git a/settings/Event.setting.php b/settings/Event.setting.php index 50477d9136..c7481cb2f2 100644 --- a/settings/Event.setting.php +++ b/settings/Event.setting.php @@ -19,22 +19,6 @@ * Settings metadata file */ return [ - 'enable_cart' => [ - 'name' => 'enable_cart', - 'group_name' => 'Event Preferences', - 'settings_pages' => ['event' => ['weight' => 10]], - 'group' => 'event', - 'type' => 'Boolean', - 'quick_form_type' => 'CheckBox', - 'default' => '0', - 'add' => '4.1', - 'title' => ts('Use Shopping Cart Style Event Registration'), - 'is_domain' => 1, - 'is_contact' => 0, - 'description' => ts('This feature allows users to register for more than one event at a time. When enabled, users will add event(s) to a "cart" and then pay for them all at once. Enabling this setting will affect online registration for all active events. The code is an alpha state, and you will potentially need to have developer resources to debug and fix sections of the codebase while testing and deploying it'), - 'help_text' => '', - 'documentation_link' => ['page' => 'CiviEvent Cart Checkout', 'resource' => 'wiki'], - ], 'show_events' => [ 'name' => 'show_events', 'group_name' => 'Event Preferences',