option.registrations = false ;Enable Convention Registrations
option.select_images = false ;Display venue, event, and other images on the selection pages - other than maps and such
option.cart_images = false ;Display venue, event, and other images on the cart page
-option.cart_images = false ;Display venue, event, and other images on the cart page
option.checkout_images = false ;Display venue, event, and other images on the checkout page
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.
+option.ask_for_likely_date = true ;Ask user for a likely date they would use for non-date-specific tickets (in cart)
+option.show_location_blocks = true ;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.
+option.confirmation_voucher = 'attached' ;How to handle voucher with confirmation E-Mail: Off, 'link', 'attached'
jQueryLoaded = true ;Say whether jQuery is already loaded by the site
jQueryUiLoaded = false ;Say whether jQueryUI is already loaded by the site
; Front-End Appearance Settings
default_front_interface = "TicketsFoundation"
custom_css = false ;Should look for /css/EventManangement.css in customer site
+voucher_design = "Generic" ;Design file to use for vouchers - See /models/vouchers directory
; Admin Appearance Settings
default_admin_interface = "tickets"
; chuck's server configuration data inherits from development
; and overrides values as necessary
[chuck : development]
-option.checkout_testing = true ;Dissables clearing of cart and storing of purchase to permit repeat checkout submissions.
+option.checkout_testing = false ;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