Hello,
Ok updated the plugin to the latest. Reset setting twice. Initially no change still all services show as “Not enough time for service” even services with a 0:00 duration??!!
So, through playing around I discovered that if you change the on-line booking available days to a solid 24 hour period ie: 0:00 to 24:00 the “Not enough time for service” goes away. Note: Once I click the default “Nails Styling” as a service all others change to “Not enough time for service”
Unfortunately, once you complete the service booking it still shows “0” as the next page. Not a booking confirmation.
I’ve disabled ajax, I’ve tried Chrome and IE…Also interesting is that I enabled force guest checkout but that doesn’t even come up as an option on checkout nor does assistance selection even though that enabled and I’ve set assistants for all services.
Here is my settings debug with ajax disabled:
{
“date_format”: “default”,
“time_format”: “default”,
“hours_before_from”: “+1 day”,
“hours_before_to”: “+1 month”,
“interval”: “60”,
“availability_mode”: “basic”,
“disabled_message”: “Booking is not available at the moment, please contact us at [email protected]”,
“gen_phone”: “00391122334455”,
“gen_address”: “Main Street 123”,
“gen_timetable”: “In case of delay we’ll keep your \”seat\” for 15 minutes, after that you’ll loose your priority.”,
“booking”: true,
“thankyou”: “11”,
“availabilities”: {
“1”: {
“days”: {
“2”: “1”,
“3”: “1”,
“4”: “1”,
“5”: “1”,
“6”: “1”
},
“from”: [
“7:00”
],
“to”: [
“24:00”
],
“disable_second_shift”: “1”,
“always”: true,
“from_date”: null,
“to_date”: null
}
},
“sms_notification_message”: “Hi [NAME],\r\ntake note of your reservation at [SALON NAME] on [DATE] at [TIME].\r\nSee you soon.”,
“email_subject”: “Your booking reminder for [DATE] at [TIME] at [SALON NAME]”,
“booking_update_message”: “Hi [NAME],\\r\\ntake note of the details of your reservation at [SALON NAME]”,
“follow_up_message”: “Hi [NAME],\\r\\nIt’s been a while since your last visit, would you like to book a new appointment with us?\\r\\n\\r\\nWe look forward to seeing you again.”,
“pay_currency”: “USD”,
“pay_currency_pos”: “right”,
“pay_paypal_email”: “[email protected]”,
“pay_paypal_test”: true,
“parallels_hour”: “1”,
“sln_db_version”: “3.30.3”,
“onesignal_notification_message”: “Hi, the new reservation at [SALON NAME] on [DATE] at [TIME].”,
“notices_disabled”: true,
“bookingmyaccount”: “12”,
“pay”: “10”,
“minutes_between_reservation”: “5”,
“cancellation_enabled”: “1”,
“hours_before_cancellation”: “24”,
“style_shortcode”: “small”,
“style_colors”: {
“background-a”: “”,
“main-a”: “rgb(2,119,189)”,
“main-b”: “rgba(2,119,189,0.75)”,
“main-c”: “rgba(2,119,189,0.5)”,
“text-a”: “rgb(68,68,68)”,
“text-b”: “rgba(68,68,68,0.75)”,
“text-c”: “rgba(68,68,68,0.5)”
},
“sms_provider”: “fake”,
“sms_remind_interval”: “+1 hour”,
“email_remind_interval”: “+1 hour”,
“follow_up_interval”: “+1 days”,
“calendar_view”: “month”,
“gen_name”: “Billy Bob”,
“attendant_enabled”: “1”,
“attendant_email”: “1”,
“enabled_guest_checkout”: “1”,
“enabled_force_guest_checkout”: “1”,
“checkout_fields”: {
“firstname”: {
“hide”: “”,
“require”: “1”
},
“email”: {
“hide”: “”,
“require”: “1”
}
}
}