bookingactivities / booking-activities

Wordpress plugin booking system
GNU General Public License v3.0
28 stars 8 forks source link

Reschedule to another activity #130

Closed rayedgar closed 2 years ago

rayedgar commented 2 years ago

We have various ceramic classes. Sometimes we have to reschedule a member. I see it is easy to reschedule to the same (clone) of the activity on another date. But is there a way to reschedule to another activity? Of course, I can rename the same activity. But to filter out a few of them would be an issue, i think? We need to filter out sometimes because we give our members doing a course the possibility to book before the course is public. For that I would have to filter and make a special form.

yoancutillas commented 2 years ago

It is not possible for now unfortunately, I have added your vote, thanks! You can allow to reschedule to another activity with custom code only, I have updated the custom code in #83 for reference. Set $admin_only = true; to allow only administrators to reschedule to any activity. (Continue this thread in #83).

yoancutillas commented 2 years ago

Duplicate of https://github.com/bookingactivities/booking-activities/issues/83

rayedgar commented 2 years ago

That's great!! The only thing s that is shows multiple calendars. Could i narrow that down to only the current calendar?