Get more for your money each Wednesday with big savings on selected extensions. Shop this week's deals.
Product Icon

WooCommerce Bookings

by Woo
Allow customers to book appointments, make reservations or rent equipment without leaving your site.

woocommerce booking

Feature request for adding flexibility for the get_tip() function in admin calendar.

Currently, we are hacking the plugin “woocommerce bookings > includes/admin/class-wc-bookings-calendar.php” to add this filter in replacing with the default return.

//—– plugin code
return esc_attr( $return );

//—– replace above code with this code
return apply_filters( ‘woocommerce_admin_calendar_tool_tip’, esc_attr( $return ), $booking );

The filter allows us to display booking information to inside tooltip that way admin can directly view the booking information by hovering over the booking item.

Author

Current Status

Open

Last updated: September 24, 2018

0 comments

Log in to comment on this feature request.

Use of your personal data
We and our partners process your personal data (such as browsing data, IP Addresses, cookie information, and other unique identifiers) based on your consent and/or our legitimate interest to optimize our website, marketing activities, and your user experience.