Since your default time slot step is set to 30 minutes, and you didn't enable the slider below it (Use service duration for booking a time slot), the appointment will be offered every 30 minutes from the moment your employees working hours start, but when someone books an appointment, the service duration will block all appointments in between.
For example, if someone was to book an appointment at 12:00 the service would be unavailable until 4PM; but it would then display available appointments at 04:00; 04:30; 05:00; 05:30 and so on.
If you need the service duration to be offered instead of the default time slot step, just enable the slider "Use service duration for booking a time slot".
Sorry I think I didnt explain properly, I mean, when I have "tiempo mínimo requerido antes de reservar" (minimum time required before booking ") use to work like if now is 12h no one can book until 16h. And now it doesn't work. Users can book at 12:30h for example.
Your services have that option disabled in their settings. So, you need to access each service, and simply click on the X that appears instead of the arrow-down:
That will delete what's selected, and use the settings from Amelia's General settings.
I eliminate all the disabled buttons, as you said to me. But now, after some days I realized that is not saving my changes. I eliminated the disabled on this time mininum buttons, but when I save it, and I open the same service again, its the same again. help me please. Clients are been booking and we have not time to reach them.
thanks Aleks for your help, now works but I think with the change now is again appearing the time to time schedule. I attache pict. I just nee to just the starting time, not the ending time.
To only show starting times, without the ending times on the form, you need to use this custom script on the page:
<script>setInterval(function () {
var elements = document.getElementsByClassName('el-radio-button__orig-radio');
var appointment_times = document.getElementsByClassName('el-radio-button__inner');
for (var i = 0; i < elements.length; i++) {
appointment_times[i].innerHTML = elements[i].value;
}
}, 1000)</script>
Hi,
Even I have time before booking 4h, on the calendar for clients says I can book in 30 min.
How can I fix it? Since new wordpresss update everything goes wrong.
thanks
I have the problem still
Hello Sara
Since your default time slot step is set to 30 minutes, and you didn't enable the slider below it (Use service duration for booking a time slot), the appointment will be offered every 30 minutes from the moment your employees working hours start, but when someone books an appointment, the service duration will block all appointments in between.
For example, if someone was to book an appointment at 12:00 the service would be unavailable until 4PM; but it would then display available appointments at 04:00; 04:30; 05:00; 05:30 and so on.
If you need the service duration to be offered instead of the default time slot step, just enable the slider "Use service duration for booking a time slot".
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Aleksandar,
Sorry I think I didnt explain properly, I mean, when I have "tiempo mínimo requerido antes de reservar" (minimum time required before booking ") use to work like if now is 12h no one can book until 16h. And now it doesn't work. Users can book at 12:30h for example.
I see Sara
Here's the issue:
Your services have that option disabled in their settings. So, you need to access each service, and simply click on the X that appears instead of the arrow-down:
That will delete what's selected, and use the settings from Amelia's General settings.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Aleks,
I eliminate all the disabled buttons, as you said to me. But now, after some days I realized that is not saving my changes. I eliminated the disabled on this time mininum buttons, but when I save it, and I open the same service again, its the same again. help me please. Clients are been booking and we have not time to reach them.
Hi again Sara
I manually changed the service settings, so it's saving 4hr now. I checked 5 times, and it stayed saved.
Please try now, and let me know if it works fine. If it errors out again, we'll need to debug the plugin.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
thanks Aleks for your help, now works but I think with the change now is again appearing the time to time schedule. I attache pict. I just nee to just the starting time, not the ending time.
You're welcome Sara
To only show starting times, without the ending times on the form, you need to use this custom script on the page:
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Thanks a lot Aleks
You're welcome, Sara
Glad I could be of service.
If you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables