razzmarketing

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Change default number of tickets from 0 to 1 #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,

Viewing 1 post (of 1 total)