Arn van der Pluijm

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: One RSVP tickets per registered user #1129165
    Arn van der Pluijm
    Participant

    I used:

    $view      = Tribe__Tickets__Tickets_View::instance();
    $post_id   = get_the_ID();
    $user_id   = get_current_user_id();
    $user_has_rsvp = $view->has_rsvp_attendees( $post_id, $user_id );

    to check if the current user has an rsvp for this event. It seems to work, thanks!

    in reply to: One RSVP tickets per registered user #1129162
    Arn van der Pluijm
    Participant

    Great, that seems to work. It’s a good starting point.

    in reply to: Single ticket for authenticated user #1105571
    Arn van der Pluijm
    Participant

    Hi George,

    Thank you, I investigated further and also based on your reply I have decided to give it a try!

    in reply to: Single ticket for authenticated user #1104873
    Arn van der Pluijm
    Participant

    Hi, Thank you for your reply.
    Custom coding is not a problem.

    My use-case is actually a little broader:

    • A user has to be registered to the site and logged in
    • A user can only RSVP with 1 ticket per user for 1 event
    • Preferably, the number of tickets per person should be an options (for the admin) per event
    • When a user is not logged in, the RSVP button should first show a register message
    • A ticket can be free-of-charge (RSVP) or cost money
    • Tickets are sold with woocommerce
    • Preferably, a user shouldn’t be required to fill in billing info such as address when ordering a free ticket
    • At the event page, there should be a list of users who ordered (are going to attend) the event

    I don’t expect to offer the solution of course, but I would like to know if this is possible within reasonable limits before purchasing the plugin.

    Thanks! Arn

Viewing 4 posts - 1 through 4 (of 4 total)