From 69e17fbc64492702dc7804fadc182cabbd60a959 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Fri, 11 Jul 2014 13:44:20 -0400 Subject: [PATCH] A few more options for layout and checkout. --- config/applications/EventManagement.ini | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/config/applications/EventManagement.ini b/config/applications/EventManagement.ini index c971029..616ce24 100644 --- a/config/applications/EventManagement.ini +++ b/config/applications/EventManagement.ini @@ -27,6 +27,7 @@ option.cart_promotions = true ;Permit prom 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. +option.checkout_testing = false ;Dissables clearing of cart and storing of purchase to permit repeat checkout submissions - Enable only in custom sections at bottom of this file. jQueryLoaded = true ;Say whether jQuery is already loaded by the site jQueryUiLoaded = false ;Say whether jQueryUI is already loaded by the site @@ -170,11 +171,7 @@ text.cart.select_likely_date = "Please select your likely departure d ; chuck's server configuration data inherits from development ; and overrides values as necessary [chuck : development] - - -; john's server configuration data inherits from development -; and overrides values as necessary -[john : development] +option.checkout_testing = true ;Dissables clearing of cart and storing of purchase to permit repeat checkout submissions. ; steve's server configuration data inherits from development ; and overrides values as necessary -- 2.17.1