A few more options for layout and checkout.
authorChuck Scott <cscott@gaslightmedia.com>
Fri, 11 Jul 2014 17:44:20 +0000 (13:44 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Fri, 11 Jul 2014 17:44:20 +0000 (13:44 -0400)
config/applications/EventManagement.ini

index c971029..616ce24 100644 (file)
@@ -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