• Resolved dpa1996

    (@dpa1996)


    Very good, I wanted to ask you a question. I want to perform certain functions within the Bookly plugin, the fact is that I want to check if buying the Pro version I can perform these implementations:

    • Being able to choose the services and employees by selecting on their image and not as a drop-down.
    • Limit the reservation form to one day only (this would be June 10).

    Could I complete these two functions with the Pro version of the plugin?

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Support booklysupport

    (@booklysupport)

    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.

    Thread Starter dpa1996

    (@dpa1996)

    I have another small query, can I block the reservation hours if other users have reserved for that time slot?

    Plugin Support booklysupport

    (@booklysupport)

    The service availability depends staff members availability. Once all staff members are booked, the associated service will no longer be available for booking.

    Thread Starter dpa1996

    (@dpa1996)

    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?

    Plugin Support booklysupport

    (@booklysupport)

    Yes, that is expected behavior.

    Thread Starter dpa1996

    (@dpa1996)

    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?

    Plugin Support booklysupport

    (@booklysupport)

    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.

    Thread Starter dpa1996

    (@dpa1996)

    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; }

    Plugin Support booklysupport

    (@booklysupport)

    This type of inquiries are out of scope regarding item support.

    Thread Starter dpa1996

    (@dpa1996)

    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

    Plugin Support booklysupport

    (@booklysupport)

    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?

    Plugin Support booklysupport

    (@booklysupport)

    Please reach out to us directly about this matter: https://support.booking-wp-plugin.com/hc/en-us/requests/new

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Consult BooklyPro’ is closed to new replies.