Online bookings
Settings
Accept online bookings
accept_online_bookings) && $practitionerOnlineBookings->accept_online_bookings == 1) checked @endif>
Yes
accept_online_bookings) && $practitionerOnlineBookings->accept_online_bookings == 0) ? checked : checked @endif @if(!isset($practitionerOnlineBookings->accept_online_bookings)) checked @endif>
No
Cancellation lead time
Number of hours client can cancel their own appointment before session start time.
@foreach($optionList as $option)
cancellation_lead_time) && $practitionerOnlineBookings->cancellation_lead_time == $option) selected @endif> {{$option}}
@endforeach
Hours
Booking lead time
Number of hours clients can book their own appointment before the session start time. i.e how much notice you require to accept a booking.
@foreach($optionList as $option)
booking_lead_time) && $practitionerOnlineBookings->booking_lead_time == $option) selected @endif> {{$option}}
@endforeach
Hours
Show prices
show_price) && $practitionerOnlineBookings->show_price == 1) checked @endif>
Yes
show_price) && $practitionerOnlineBookings->show_price == 0) checked @endif>
No
Services available for online consults
@foreach ($practitonerAppointmentTypes as $appointmentType)
is_available_online == 1 ) selected @endif>{{$appointmentType->appointment_type}}
@endforeach
Payment upfront to confirm booking
payment_upfront_to_confirm_booking) && $practitionerOnlineBookings->payment_upfront_to_confirm_booking == 1) checked @endif>
Yes
payment_upfront_to_confirm_booking) && $practitionerOnlineBookings->payment_upfront_to_confirm_booking == 0) checked @endif>
No
Require credit card details to secure booking
Payments or cancellation fees can be charged when required.
creditcard_details_to_secure_booking) && $practitionerOnlineBookings->creditcard_details_to_secure_booking == 1) checked @endif>
Yes
creditcard_details_to_secure_booking) && $practitionerOnlineBookings->creditcard_details_to_secure_booking == 0) checked @endif>
No
Cancellation message
Your cancellation message displays to your clients with every booking made
{{$practitionerOnlineBookings->cancellation_message ?? ''}}