Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter laubenicolas

    (@laubenicolas)

    Also is it possible to turn off the time slots?
    I just want entire days.

    Hi laubenicolas,

    yes you can use full day time off feature for entire day turn off.
    and please explain your first query.
    Thanks
    Abhishek

    Thread Starter laubenicolas

    (@laubenicolas)

    Thanks.

    I want people to book appointments but when they book they don’t show in the front end calendar until the admin has approved the appointment?

    I hope you get what I mean.

    Cheers

    yes this is also possible but its with code customization
    if you are comfortable in code editing.
    let me know .
    i will provide you code with instruction.

    Thanks
    Abhishek

    Hi laubenicola,

    1. go to in your plugin directory
    2. select appointment-calendar-shortcode.php file
    3. go to on line number 238 and replace old line with this new one

    $FetchAllApps_sql = “select name, start_time, end_time, date FROM $AppointmentTableName where status=’Approved’ “;

    I think it will work for you
    Thanks
    Abhishek

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Turning off automatic booking’ is closed to new replies.