; 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
+voucher_design = "Generic" ;Design file to use for vouchers - See /models/vouchers directory
+
+; Voucher Options
+; Company information
+option.voucher.show_company_contact = off ;Show company contact data on Voucher
+option.voucher.show_company_name = true ; Company Name
+option.voucher.show_company_addr = false ; Company Address
+option.voucher.show_company_citystate = false ; Company City & state
+option.voucher.show_company_phone = true ; Company Phone
+; Venue/Location information
+option.voucher.show_venue_contact = true ;Show venue/location contact data on Voucher
+option.voucher.show_venue_name = true ; Name
+option.voucher.show_venue_addr = false ; Address
+option.voucher.show_venue_citystate = true ; City & state
+option.voucher.show_venue_phone = true ; Phone
; Admin Appearance Settings
default_admin_interface = "tickets"