jQuery(document).ready(function($)
{
var bookingForm=$('#chbs_booking_form_E47320DD5EE9EB1204873083C261A6E0').chauffeurBookingForm(
{
booking_form_id:1900,
plugin_version:'6.8',
ajax_url:'https://harmonyrides-vtc.fr/wp-admin/admin-ajax.php',
length_unit:1,
time_format:'G:i',
date_format:'d-m-Y',
date_format_js:'dd-mm-yy',
message:
{
google_map_ask_load_confirm:'Cet élément nécessite la bibliothèque Google Maps. Voulez-vous l'utiliser ? Si ce n'est pas le cas, la bibliothèque ne sera pas chargée et l'élément ne sera pas affiché.',
designate_route_error:'Il n'est pas possible de créer un itinéraire entre les points choisis.',
place_geometry_error:'L'API de Google Maps ne trouve pas de détails pour ce lieu.'
},
text:
{
unit_length_short:'km',
unit_time_hour_short:'h',
unit_time_minute_short:'h',
},
date_exclude:[],
datetime_min:'18-12-2025 13:28:00',
datetime_max:'',
datetime_min_format:'18-12-2025',
datetime_max_format:'',
business_hour:{"1":{"start":"00:00","stop":"23:59","default":"05:00"},"2":{"start":"00:00","stop":"23:59","default":"05:00"},"3":{"start":"00:00","stop":"23:59","default":"05:00"},"4":{"start":"00:00","stop":"23:59","default":"05:00"},"5":{"start":"00:00","stop":"23:59","default":"05:00"},"6":{"start":"00:00","stop":"23:59","default":"05:00"},"7":{"start":"00:00","stop":"23:59","default":"05:00"}},
timepicker_step:10,
timepicker_dropdown_list_enable:1,
timepicker_hour_range_enable:0,
timepicker_field_readonly:0,
summary_sidebar_sticky_enable:1,
ride_time_multiplier:1.20,
extra_time_unit:2,
driving_zone:
{
pickup:
{
enable:1,
country:["FR"],
area:
{
radius:200,
coordinate:
{
lat:'43.7101728',
lng:'7.261953200000001'
}
}
},
waypoint:
{
enable:0,
country:["FR"],
area:
{
radius:200,
coordinate:
{
lat:'43.7101728',
lng:'7.261953200000001'
}
}
},
dropoff:
{
enable:0,
country:["FR"],
area:
{
radius:50,
coordinate:
{
lat:'',
lng:''
}
}
}
},
google_map_option:
{
route_type:1,
route_avoid:[-1],
draggable:
{
enable:1 },
draggable_location:
{
enable:0 },
traffic_layer:
{
enable:0 },
scrollwheel:
{
enable:1 },
map_control:
{
enable:0,
id:'ROADMAP',
style:'DEFAULT',
position:'TOP_CENTER'
},
zoom_control:
{
enable:1,
style:'DEFAULT',
position:'TOP_CENTER',
level:6
},
default_location:
{
type:1,
coordinate:
{
lat:'43.7101728',
lng:'7.261953200000001'
}
},
ask_load_enable:0 },
base_location:
{
coordinate:
{
lat:'43.7101728',
lng:'7.261953200000001'
}
},
widget:
{
mode:0,
booking_form_url:''
},
rtl_mode:0 ,
scroll_to_booking_extra_after_select_vehicle_enable:1,
current_date:'18-12-2025',
current_time:'13:28',
icon_field_enable:0,
use_my_location_link_enable:1,
client_country_code:'FR',
ride_time_rounding:1,
tax_rate_geofence_enable:1,
total_time_display_enable:1,
recaptcha:
{
enable:0,
site_key:'6LfYWt4kAAAAAJgFXgR_bwA-OBrk4DkY4pXB2ImP',
api_type:1,
},
is_autoride_theme:0,
pickup_time_field_write_enable:1 });
bookingForm.setup();
});