Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author yoancutillas

    (@yoancutillas)

    Hello,

    This is a bug, thank you for reporting! it will be fixed in the next version.

    For now, as a workaround, you can set the “Number of places per booking” option to “1” in the “Text” tab of the activities settings (or in the group categories settings) in the calendar editor.

    Please contact us by email for any request related to the add-ons since www.ads-software.com doesn’t allow to provide support for them in their forums.

    Regards,
    Yoan Cutillas

    Thread Starter iamarogue

    (@iamarogue)

    Thanks for your quick reply, but I want to point out that while it functionally works when we do that, it’s very confusing for users because they’ll see [qty] [unit] for one person.

    In my case: “3 players for one person” which is very confusing for the user.

    Plugin Author yoancutillas

    (@yoancutillas)

    I understand, sorry, this is a temporary fix.

    Else, you can try to replace
    } else if( empty( $participants_field_data[ 'participants_per_unit' ] ) ) {
    with
    } if( empty( $participants_field_data[ 'participants_per_unit' ] ) ) {
    in wp-content\plugins\ba-advanced-forms\controller\controller-custom-fields.php line 1093

    it should fix the bug.

    Thread Starter iamarogue

    (@iamarogue)

    That seemed to work, thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Number of Places Per Booking = 0’ is closed to new replies.