• Hi there,

    i’d like to set the Min Party Size to 50 people.
    But the plugin chooses 1-20
    How can i change the range to 50-150 instead of 1 to 20.

    Thank you!!!!

    Greetings

    Christian

Viewing 1 replies (of 1 total)
  • Hi @dervonz,

    The following gist is a little plugin that increases the max party size option to 200:

    https://gist.github.com/NateWr/b93b43e7fc5be4b6b301

    To use this, click the Download button at the top, unpack the .zip file, and open the .php file in a text editor. Find the following line near the bottom:

    
    return 200;
    

    Change this to:

    
    return 150;
    

    Then save the .php file and upload it to your /wp-content/plugins/ directory. You can then activate it from the Plugins page in your WordPress admin area.

    Then you can go to Bookings > Settings to set the min/max size as you’d like.

Viewing 1 replies (of 1 total)
  • The topic ‘Min Party Size wont change’ is closed to new replies.