Hello,
Thank you for your message.
There are different forms which you can find in Appearance section:
https://prnt.sc/5lWdsNqcCik9
You can check Bookly Special Days (Add-on): https://codecanyon.net/item/bookly-special-days-addon/18611122
Let us know if you have any other questions.
I have another small query, can I block the reservation hours if other users have reserved for that time slot?
The service availability depends staff members availability. Once all staff members are booked, the associated service will no longer be available for booking.
What I want to say is. If a user reserves an hour with an employee, let’s say 10:00 am, when this reservation is confirmed, this hour for this employee is blocked for the rest of the users?
Yes, that is expected behavior.
Last question. In staff form, is there any way to configure it so that it doesn’t show the calendar? Basically we only need it to show the hours of June 10 and show the images of the companies. Is there a way to implement this with the current plugin features? If not, do you implement custom forms like this?
At the moment no, but this option will be added in one of the upcoming releases. This option is available in the step by step form.
If I use code like this, would it be possible for the form to appear marked directly on this date?
add_filter( ‘bookly_config_0’, ‘bookly_set_default_date’ ); function bookly_set_default_date( $config ) { $config[‘calendar_start_from’] = ‘10.06.2023’; return $config; }
This type of inquiries are out of scope regarding item support.
How can I make my services have a duration of 20 minutes. I can only put it 15 or 30, and my services last 20 minutes
Hi, please go to Bookly Settings > General > Time slot length and set it to 20 or 10 minutes. This time interval will be used as a step when building all time slots in the system.
Hi there
I have integrated bookly with woocommerce, in woocommerce I have a product that in itself is an appointment service with a fixed price and through the bookly form the client schedules the appointment for that price, getting the date and time from the bookly form.. How can I make the client cancel the appointment if he wishes and where can I see this reflected? On the front I have an appointment list form, through there it works for the client to cancel the appointment but I can’t see it reflected on the back, neither in bookly nor in woocommerce…can you help me please?