From fd585890307e42d9bf0a23b082595b0ec3949b5a Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Wed, 2 Jul 2014 13:07:23 -0400 Subject: [PATCH] Added option to EventManagement.ini for show_location_blocks in cart. --- config/applications/EventManagement.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/config/applications/EventManagement.ini b/config/applications/EventManagement.ini index cc318f1..c971029 100644 --- a/config/applications/EventManagement.ini +++ b/config/applications/EventManagement.ini @@ -26,6 +26,7 @@ option.checkout_images = false ;Display ven option.cart_promotions = true ;Permit promoting other performances on cart page - takes user to other page to select tickets. 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) +option.show_location_blocks = false ;Whether cart blocks for multiple locations should be used to set them apart. Generally on if selling for multiple locations. jQueryLoaded = true ;Say whether jQuery is already loaded by the site jQueryUiLoaded = false ;Say whether jQueryUI is already loaded by the site -- 2.17.1