Option Hide The Self-Redeem Option From The Ticket Detail View

You can allow your customer to redeem their tickets by them self. Maybe you have a webhook configured for this to activate something. Or you just want to have this feature for your reasons. The redeem button will be rendered on the ticket detail page. If you do not want to use this feature you […]

Option Activate The OB_END_FLUSH

Some plugins and themes are adding some caching using the PHP function „ob“. They are not always correctly closed. Or they are sitting in between the plugin function for the PDF rendering. Then the PDF ticket is not correctly send to the browser of your client. The PDF is not rendered correctly.  You can try […]

Option Activate The Compatibility URL Mode For The Ticket Detail View

In some cases it is not possible for your customers to open the ticket detail view within the plugin folder using the public ticket number as part of the URL. You customers sees your 404 error page. In that cases you can set activate this option to have the public ticket view as a parameter […]

Option Compatibility URL Mode For The Ticket Detail View

In some cases it is not possible for your customers to open the ticket detail view within the plugin folder. Or you just want to have a different URL for the ticket detail view. In that cases you can set an URL path that will be added to your WordPress URL. The plugin will listen […]

Option Set An Offset To Redeem Before The Event Starts

This option is used only if the option wcTicketDontAllowRedeemTicketBeforeStart is activated. You can set hours, from when the ticket redeem operation is allowed. The hours are removed from the event starting time. If the event starts at 14:00 and you activate the option and set 1 to this option, then you can redeem the ticket […]

Option Do Not Allow Redeem Before The Event Starts

To prevent early access, you can activate the option to check the event start date and time. Helpful if you have the same event multiple times per day. With the option wcTicketOffsetAllowRedeemTicketBeforeStart you can set the hours before the event starts to let people in.

Option Display Confirmed Count On the Ticket Scanner

To see the confirmed validation checks on the ticket scanner, activate this option. The information is only visible if you do not hide the ticket information on the ticket scanner.

Option Count The Scan Of A Ticket

If this option is activated, then each ticket scan will be count. The counter is visible within the admin ticket detail view. You can see it on the property for the confirmed status checks. The counter is increased only if the ticket is active.  This could be helpful, if your tickets are unlimited redeemable for […]

Option Redeem Only Paid Tickets

To make sure, that only paid tickets can be redeemed, activate this option. Helpful, if you are generating tickets before the payment is completed. If you activate the self-redeem option, than the user can anyway not redeem their tickets without being paid – even if this option is not activated. This option is for your […]

Option Ticket Scanner Only Loggedin Allowed

You can activate the option, that only logged in user can scan and redeem a ticket. The user need to be an administrator. Instead of this option, you can use the Authtoken feature.