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
; 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