Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor FARAZFRANK

    (@farazfrank)

    Hi Lou,

    Its required to add small tweak in code.

    Instructions:

    1. Open file manage-settings.php
    (file path: appointment-calendar\menu-pages\manage-settings.php)

    2. Update following code lines (around 30-31).

    $biz_start_time = strtotime("1:00 AM");
    $biz_end_time = strtotime("11:00 PM");

    To

    $biz_start_time = strtotime("12:00 AM");
    $biz_end_time = strtotime("11:00 PM");

    This will make 12:00am available in booking process.

    And let me know.

    Thanks
    ~Frank

    Thread Starter loujolly

    (@loujolly)

    Thank you, made the adjustment.

    Is there a way to add more times when someone tries to book an appointment?

    Lou

    Plugin Contributor FARAZFRANK

    (@farazfrank)

    Hi Lou,

    Sorry, but can you more elaborate question about adding more times.

    Thanks

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

The topic ‘Hours’ is closed to new replies.