• Resolved beckythetechy

    (@beckythetechy)


    Using the most recent version of all plugins but when we go to move someone the Move Bookings box just shows “no events found” even though we have a new event and bookings are enabled.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Stonehenge Creations

    (@duisterdenhaag)

    You can only move a booking if the original event has not taken place yet (still in the future). If only one future event is found, the plugin assumes that the booking is already for that event.

    It sounds like you are trying to move a booking for a past event.

    Thread Starter beckythetechy

    (@beckythetechy)

    Yep that is what we were trying to do because they were a no show and then wanted to schedule for next event instead. I’ll let them know they can’t do that.

    • This reply was modified 2 years, 11 months ago by beckythetechy.
    Plugin Author Stonehenge Creations

    (@duisterdenhaag)

    In most cases a no-show means they need to make a new booking and pay again.

    If you want to make an exception for this particular booking, you can change line 85 in /wp-content/plugins/stonehenge-em-move-bookings/stonehenge-em-move-bookings.php to:

    // If only one event is returned, it's the current event.
    if( count( (array) $EM_Events ) < 1 ) {
    	echo '<span style="color:red;">' . __('No Events Found', 'events-manager') .'</span>';
    	return;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Move Bookings no events found’ is closed to new replies.