Change default number of tickets from 0 to 1

Home Forums Ticket Products Event Tickets Plus Change default number of tickets from 0 to 1

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #604188
    razzmarketing
    Participant

    I’m sorry if this is already covered somewhere, I have looked but I have been at the computer for WAY too long today and might have missed it. When I tested the product I clicked the Add To Cart button and thought it wasn’t working. It wasn’t till I paid more attention and saw the default number of tickets is set to zero. I was hoping to change this in case my customers are as tired as I am lol.

    Thanks

    #605252
    razzmarketing
    Participant

    Found the answer, however, I couldn’t override the file in my child theme so I had to settle for overriding the original in the plugin directory. Changed line 52 of tickets.php from…
    ‘input_value’ => 0,
    to…
    ‘input_value’ => 1,

    #931071
    Sonya
    Participant

    HI Razzmarketing,
    Where did you locate the original in the plugin directory. Changed line 52 of tickets.php from…
    ‘input_value’ => 0,
    to…
    ‘input_value’ => 1,

    What is the file name and which folder did you locate this in?
    Thanks,
    Sonya

    #931488
    Josh
    Participant

    Hey!

    Thanks for reaching out to us!

    I’m glad you were able to find what you were looking for! Sonya, you can find that file at wootickets > views > wootickets > tickets.php. 

    However, was there a technical reason you weren’t able to follow the Themer’s Guide to move that file into your theme to make the customization? This will ensure that it isn’t lost the next time you update the plugin.

    Thanks!

    #958951
    Josh
    Participant

    Hey,

    It’s been a while since we’ve heard from you on this thread.

    I’ll go ahead and close this thread for now. If you have any further questions, please don’t hesitate to open a new one.

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change default number of tickets from 0 to 1’ is closed to new replies.