defaut value on my woccomerce ticket to 1 and not 0

Home Forums Ticket Products Event Tickets Plus defaut value on my woccomerce ticket to 1 and not 0

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #123919
    kimco
    Participant

    Hi barry,
    How please to put the defaut value on my woccomerce ticket to 1 and not 0 ?

    #124188
    Barry
    Member

    Hi – great question!

    Your first step should be to review the Themer’s Guide for an overview of template overrides. With that done, let’s set up a custom wootickets/tickets.php template. Look for this line:

    woocommerce_quantity_input( array( 'input_name'  => 'quantity_' . $ticket->ID,

    Right below it you should see another line reading:

    'input_value' => 0,

    Change this to:

    'input_value' => 1,

    Does that help here?

    #124662
    kimco
    Participant

    Thanks

    #134935
    Barry
    Member

    Pleasure!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘defaut value on my woccomerce ticket to 1 and not 0’ is closed to new replies.