Change Reservation Owner

Viewing 2 reply threads
  • Author
    Posts
    • #14612
      L Mason
      Participant

      First off, your plugin is AMAZING! It is simple yet elegant solution to the complicated signup websites out there. Thanks so much!!

      If someone creates a reservation before they had an account, this means they cannot clear or edit their reservation. If that user then creates an account, is there a way for the admin to transfer “ownership” of the reservation (made when they were a guest) to their account? That way they can makes changes to their reservation.

    • #14614
      Stephen Sherrard
      Keymaster

      There is no simple function built-in to do that at this time, however there are 2 ways the admin user could do what you need:

      1. Admin can clear the sign-up, and then use the live search feature set to search the WP Users table, and sign-up the same person again (clear from the backend, then signup from the front end, using live search and selecting the user).

      2. Can directly edit the sign-ups table, find the entry for that sign-up, and edit the user_id field, entering the user id (number) of the user’s account. Super easy to do with PHPMyAdmin, or similar server control panel database interface.

    • #14631
      L Mason
      Participant

      Thanks for the info

Viewing 2 reply threads
  • You must be logged in to reply to this topic.