remove export to csv
Hi,
I had an employee quit and exported all our client lists upon leaving. I had tried to hide the button and look for a hook for it to no avail. Can you please tell me how I can remove to button for I do not suffer further loss in the future? Also, if a client does not show up for an appointment is there a no-show option so we can track? I have bookly pro.
0
Comments
Hi there,
To hide the Export buttons on the Customers and Appointments pages, apply this CSS to the WordPress admin panel:
button[data-target="#bookly-export-customers-dialog"],
button[data-target="#bookly-export-dialog"] {
display:none!important;
}
To apply CSS you can use any Custom CSS plugin, for example, this one https://wordpress.org/plugins/custom-css-js/
Check this screenshot https://prnt.sc/1s51qt1
You may find useful the Bookly Custom Statuses (Add-on): https://support.booking-wp-plugin.com/hc/en-us/articles/360017796614-Custom-Statuses-Add-on
Once you change the appointment status to 'No show' you can then filter such bookings in the Appointments section by status.
Please sign in to leave a comment.