Hi fullservicepage,
Apologies first of all because of the delay in replying: normally topics in need of a further reply are flagged up to staff members but, for some reason, that didn’t happen this time round.
I do see what you mean – I actually misunderstood you first time round and thought you were interested in the stock/inventory level rather than the default number of tickets to be selected.
This is actually fairly easy to accomplish – a simple template override ought to work. Please take a look in the wootickets/views/wootickets/tickets.php template. If you copy this to your theme (following the instructions in the Themer’s Guide) you can then make a small change – simply find the block of code starting with:
woocommerce_quantity_input
Then look just below it for this line:
'input_value' => 0
Change this to:
'input_value' => 1
Does that help?