Hi Russel and Tam!
Thanks for getting in touch with us!
There is not a built-in option to achieve that, but the snippet Tam shared is one possible way to do so.
Another way to do it is overriding the tickets.php. You can learn more about overriding calendar templates in our Themer’s Guide, but it basically boils down to this:
- Make a copy of the tickets.php template. It is located at/wp-content/plugins/event-tickets-plus/src/views/wootickets/tickets.php
- Make a new folder in your theme called tribe-events
- Make a new folder in that one called wootickets
- Drop your copied tickets.php file in that last folder
Now that the template is in your theme, you should modify line 128 and change the code to look like this:
'input_value' => 1,
I hope that helps! Let us know if any follow up questions.
Best,
Victor