Less than 1 hour booking/cancelation requirement

Posted · Add Comment

Scheduler Forums BirchPress Scheduler Less than 1 hour booking/cancelation requirement

This topic contains 1 reply, has 2 voices, and was last updated by  Jennifer 8 years, 8 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16428

    Doug Campanella
    Participant

    This PHP code linked in this post:

    https://www.birchpress.com/forums/topic/less-than-one-hour-booking-requirement

    Is no longer available. Please provide again, as I have the same requirement for making and canceling appointments without the 1 hour limitation.

    #16434

    Jennifer
    Keymaster

    Hi Doug,

    Here is a sample code:

    <?php
    
    add_filter('birchschedule_model_get_cut_off_time', 'birchschedule_cc_get_cut_off_time', 20);
    
    function birchschedule_cc_get_cut_off_time($time) {
    return 4;
    }
    
    ?>

    It set up the cut off time to 4 hours.

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘BirchPress Scheduler’ is closed to new topics and replies.

Comments are closed.