From 8789b19db958205b004d4cfffde9e7f1161d8cc8 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Fri, 13 Jun 2014 16:52:30 -0400 Subject: [PATCH] Added new option for likely date --- config/applications/EventManagement.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/applications/EventManagement.ini b/config/applications/EventManagement.ini index c55b55f..9e21607 100644 --- a/config/applications/EventManagement.ini +++ b/config/applications/EventManagement.ini @@ -7,8 +7,10 @@ ; The page id in the toolbox that is the entry page for Event management - Generally set for each server application_page = 36 ;Page ID for this application application_url = "order-tickets-online-6" ;Optional URL segment for application + members_only_page = 37 ;Page ID for members only area members_only_url = "members-only-area" ;Optional URL segment for members only area + option.member_db_integrated = false ;Use Standard Member DB: true = Use standard Member DB, false = Use Separate Member DB option.events = false option.accommodations = false ;Enable Reservations for members (not event housing) @@ -23,6 +25,8 @@ option.cart_images = false ;Display ven option.checkout_images = false ;Display venue, event, and other images on the checkout page option.cart_promotions = false ;Permit promoting other performances on cart page option.users_access_all_members = true ;Member contact users can have access to all members data +option.ask_for_likely_date = false ;Ask user for a likely date they would use for non-date-specific tickets (in cart) + ticket_hold_time = 60 ;Time in minutes to hold tickets in a cart session_timeout = 60 ;Time in minutes before session times out admin_session_timeout = 1560 ;Time in minutes before admin session times out -- 2.17.1