From: Chuck Scott Date: Tue, 12 Aug 2014 15:52:31 +0000 (-0400) Subject: Adding voucher custom configs X-Git-Tag: v1.0^2~6 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=c40b3a90636f920b68be6344c5649a617d65b15c;p=web%2FSooLocks.git Adding voucher custom configs --- diff --git a/config/applications/EventManagement.ini b/config/applications/EventManagement.ini index 616ce24..2f18928 100644 --- a/config/applications/EventManagement.ini +++ b/config/applications/EventManagement.ini @@ -21,13 +21,13 @@ option.teams = false ;Enable Team 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 @@ -39,6 +39,7 @@ admin_session_timeout = 1560 ;Time in min ; 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" @@ -171,7 +172,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] -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