• Resolved Fuel

    (@denishvachhani)


    Hello,

    i have login functionality in my Website and i had install this plugin, now how can i know which particular user has booked this reservation ? is that any link between user and this plugin reservation ?

    https://wordpress.org/plugins/booking/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    The Booking Calendar have no relation between the visitor, who was made specific booking, and WordPress user (in your WordPress system).
    In contest of wordpress users, these users as booking administrators can see and manage (or can not do it (depend from the roles)) the bookings and booking settings.
    Visitors, who made the booking on front-end side of your website, will receive the emails about the specific booking actions (new bookings, approval, etc…).
    Kind regard.

    Hello,
    First of all, great plugin, appreciate your work!
    I have the same wish as Denish though. I’d need every user to see who did the reservation/booking. I wondered if it’s possible to display the name of the user who did the booking, by hovering over the booked days?
    Thanks in advance for your support.
    Kind regards

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    Its possible to make a little trick (in Booking Calendar Business Medium and higher versions) to show in the “mouse over tooltip” over specific booked timeslot (please note the booking must be made for the specific timeslot, and not the full date), the Name of the person, who made the booking.

    Example:
    11:00 – 12:00 Jony Mack

    But please note this feature can impact to the performance, and we do not recommend to activate it.

    If you are still want to activate it,so please open this file: ../{Booking Calendar Folder}/lib/wpbc-constants.php (in older versions its was here: ../{Booking Calendar Folder}/wpdev-booking.php ) find this code:

    if (!defined('WP_BK_SHOW_INFO_IN_FORM'))    define('WP_BK_SHOW_INFO_IN_FORM',  false );                 // This feature can impact to the performace

    and replace to this code:

    if (!defined('WP_BK_SHOW_INFO_IN_FORM'))    define('WP_BK_SHOW_INFO_IN_FORM', true);                 // This feature can impact to the performace

    Kind Regards.

    Hello,

    Thank you very much for your fast reply, much appreciated!

    Best regards and have a good day!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to know which user has booked reservation ?’ is closed to new replies.