• Resolved Mike

    (@mikkey0001)


    Hi, I am looking to set-up a site that manages a week of events. We would like to restrict the number of events a single person can get registered for.

    e.g. a user can book a maximum of 4 different events, but could possibly book in up to 4 people at each event. If a user tries to book onto a 5th event they would be rejected or referred to contact.

    Thanks, fingers crossed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    Hi,

    You’d need to do quite a bit of custom coding to achieve this. One way would be to keep track of the number of events a user has booked in the wp_usermeta table and check that number before saving bookings.

    Thread Starter Mike

    (@mikkey0001)

    Thanks for the hint, I will take a look.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Possible to restrict number of events a person books?’ is closed to new replies.