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.