// Add BookingPress form after single Directorist listing content add_filter( 'the_content', 'add_bookingpress_form_to_listing' ); function add_bookingpress_form_to_listing( $content ) { // Only show on single Directorist listing pages if ( function_exists('is_singular') && is_singular('at_biz_dir') ) { // Append your BookingPress form shortcode after listing content $form = do_shortcode('[bookingpress_form]'); $content .= '
' . $form . '
'; } return $content; } Book an Appointment – zavia.store

Book an Appointment

{{ is_error_msg }}

Select Category
Select Service
{{ service_details.bookingpress_service_name }}

Duration: {{ service_details.bookingpress_service_duration_val }} {{ service_details.bookingpress_service_duration_label }}

Price: {{ service_details.bookingpress_service_price }}

{{ is_error_msg }}

Date & Time
Time Slot
There is no time slots available
Morning
{{ time_details.formatted_start_end_time }}
Afternoon
{{ time_details.formatted_start_end_time }}
Evening
{{ time_details.formatted_start_end_time }}
Night
{{ time_details.formatted_start_end_time }}
Date & Time
Time Slot
There is no time slots available
Morning
{{ time_details.formatted_start_end_time }}
{{ time_details.formatted_start_end_time }}
Afternoon
{{ time_details.formatted_start_end_time }}
{{ time_details.formatted_start_end_time }}
Evening
{{ time_details.formatted_start_end_time }}
{{ time_details.formatted_start_end_time }}
Night
{{ time_details.formatted_start_end_time }}
{{ time_details.formatted_start_end_time }}

{{ is_error_msg }}

Basic Details

{{ is_error_msg }}

Summary

Your appointment booking summary

Customer
{{appointment_step_form_data.customer_name }}
{{ appointment_step_form_data.customer_firstname }} {{ appointment_step_form_data.customer_lastname }}
{{ appointment_step_form_data.customer_email }}
Service
{{ appointment_step_form_data.selected_service_name}}
Date & Time
{{ appointment_step_form_data.selected_date | bookingpress_format_date }}, {{ appointment_step_form_data.selected_start_time | bookingpress_format_time }} - {{ appointment_step_form_data.selected_end_time | bookingpress_format_time }}
Appointment Details
{{ appointment_step_form_data.selected_service_name}}
{{ appointment_step_form_data.selected_date | bookingpress_format_date }}, {{ appointment_step_form_data.selected_start_time | bookingpress_format_time }} - {{ appointment_step_form_data.selected_end_time | bookingpress_format_time }}
{{ appointment_step_form_data.selected_service_price }}
There is no payment method available.
Select Payment Method

Pay Locally

PayPal

No categories and services added!

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to Top