Default number of tickets

Home Forums Ticket Products Event Tickets Plus Default number of tickets

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #97614
    Diego
    Participant

    Hi, is it possible to change the default number of tickets in the event page to 1?

    #97893
    Barry
    Member

    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?

    #103868
    Barry
    Member

    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!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Default number of tickets’ is closed to new replies.