(Last updated on: March 15, 2021)
Setup options for the Webtix rental
-
Default timezone = Eastern, Central, Mountain or Pacific
-
returnToFirstPage = “” // after a sale is completed, where will the customer be returned
-
cPromoSaleStatus = ‘$’ // character used to determine promotional seat placement on best-available chart
-
cExcludeStatus = “HhWw” // If marked on the seating plan, these seats will not be salable (they will be displayed as sold seats.
-
askForDonation = false // (true or false) request donation before credit-card payment
-
seatingChartInterface = image or checkbox (almost everyone wants image
-
displayRowLabelInChartSeatCell = false // (true or false) displays the chart Row Label above the seat image or checkbox. This is practical only with seating plans with less than 300 seats.
-
displayColumnLabelInChartSeatCell = false // (true or false) displays the chart Column Label above the seat image or checkbox. This is practical only with seating plans with less than 300 seats.
-
useCustomerPassword = true // Do you want your customers to have the option to enter a password for their account
-
useEventSortOrder = false // display the events in the sort order same as Wintix
-
alwaysDisplayShowDatesPage = false // (true or false) If only one performance is available, purchase of that performance is auto-selected in Webtix. This setting (when ‘true’) will prevent that auto-selection to always display ‘showdates.php’ just like when multiple performances are available.
-
disableTheatreSearch = false // (true or false) You can disable this search option on events.php by changing the value to true.
-
disableLocationSearch = false // (true or false) You can disable this search option on events.php by changing the value to true.
-
disableEventTypeSearch = false // (true or false) You can disable this search option on events.php by changing the value to true.
-
disableWeekSearch = false // (true or false) You can disable this search option on events.php by changing the value to true.
-
disableMonthSearch = false // (true or false) You can disable this search option on events.php by changing the value to true.
-
fixedTicketDeliveryId = false // (false or a valid Id number form ‘ticket_delivery’ table) Sometimes you want to force Webtix users to a specific delivery method and not have the select option display online.
// Email Settings
-
sendEmailReceipt = true // Tells Webtix to send an emailed receipt to the customer.
-
emailReceiptsToAdmin = true // Tells Webtix to send an emailed receipt to admin.
-
notifyPromoterWhenSeatsAvailAre = 5
-
emailFrom = “Webtix”
-
emailFromName = “webtix@centerstage.com”
-
emailNotify = “admin@centerstage.com”
-
Render_PDF_Tickets = true // email PDF tickets on confirmation email
-
PDF_Tickets_Per_Page = 4 // the number of tickets to appear per page in the PDF
// Credit Card Settings
-
saveCcNumber = “partial” // (none, partial) – save credit card to database
-
processCards = true // true or false – Will Webtix process credit cards?
-
cc_module = “authorize” //authorize_nossl, cashnet_nossl,authorize, usaepay, merchantplus, isecure,pccharge, wintix) credit card processor module
-
cc_error_tolerance = 3 // number of tries a customer has to attempt cc processing per session
-
cc_login = “” // login used to access credit card processor
-
cc_key = “” // key or password for using with login. . .
// Reporting Options – what to include as options available
-
lRemarks = “TRUE”
-
lDateSold = “TRUE”
-
lAddress = “TRUE”
-
lPhone = “TRUE”
-
lEmail = “TRUE”
-
lTixPrnDate = “TRUE”
-
lPricesFormat = “TRUE”
// Length of time for determining release of abandoned pending records
-
releasePending = “20 minutes”