Hi Brian!
Thanks for reaching out to us! 🙂
Yes, there is a way to default the ticket to “1”. You need to make a template customization to do that by following these steps:
- Go to your plugins folder and copy the contents of the file tickets.php located at yoursite/wp-content/plugins/event-tickets-plus/src/views/wootickets/tickets.php
- Create a folder in your active theme called tribe-events and inside it create another folder called wootickets
- Create a file called tickets.php and paste the contents from the first step in it. The path should be like this: [your-theme]/tribe-events/wootickets/tickets.php
You are now ready to modify the contents of that template to suit your needs. In your case, you should modify line 89 and set the input-value to “1” like this > 'input_value' => 1,
There is a great article on Customizing Templates Files here > https://theeventscalendar.com/knowledgebase/themers-guide/
I hope that helps. Let me know how that goes.
Best!
Victor