Default number of tickets Post date Home › Forums › Ticket Products › Event Tickets Plus › Default number of tickets This topic has 2 replies, 2 voices, and was last updated 12 years, 2 months ago by Barry. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts January 28, 2014 at 3:31 am #97614 DiegoParticipant Hi, is it possible to change the default number of tickets in the event page to 1? January 28, 2014 at 12:01 pm #97893 BarryMember Hi @betacoop, You could override the eddtickets/tickets.php template and look out for the following line: echo '<input type="number" min="0" name="quantity_' . $ticket->ID . '" value="0"/>'; The section you are interested here is the part reading value=’0″ – try changing the 0 to 1 (or whatever you want the default quantity to be). For general information on safely customizing templates, please see our Themer’s Guide. Does that help here? February 12, 2014 at 2:20 pm #103868 BarryMember It’s been a while so I’ll go ahead and close the thread. Of course if we can help with anything else please do go ahead and create a new one. Thanks! Author Posts Viewing 3 posts - 1 through 3 (of 3 total) The topic ‘Default number of tickets’ is closed to new replies. → Please verify your API key is correctly entered on the settings