bendisk
Forum Replies Created
-
Hi codeproject team.
Thank you for channel me, this is exactly what we need. We will buy commercialForum: Plugins
In reply to: [Appointment Hour Booking - WordPress Booking Plugin] Time between slotsHi codeproject team.
Thank you for giving this option to your solution and how fast you released it. It works like a charm. Great workForum: Plugins
In reply to: [Appointment Hour Booking - WordPress Booking Plugin] Time between slotsHallo codepeople team.
I did little investigation and I think it can be fixed on 2 places:
35_fbuilder.fapp.js – function getSlots(d) – row 496 –
replace st += me.bduration + me.pa + me.pb; for st += me.bduration;
02_fbuilder.fapp.js – function getSlots(arr, duration, bduration, pa, pb) – row 385 –
remove bduration += pa + pb;I fixed it like this and it work ok. Only problem I have that I can’t reload 35_fbuilder.fapp.js and no changes I do in editor are visible in debugger. This I tried to change in debugger and works good.
Will you do some update soon? Is this bug or it works correctly and only our need are different then others?
Forum: Plugins
In reply to: [Appointment Hour Booking - WordPress Booking Plugin] Time between slotsThank you for a quick response. Sorry for disturbing you at weekend.
Yes, I mean, if nobody book, then all the slots will be available like from 9:00, 9:15, 9:30m,… and so on. If someone book 1 hour procedure at 9:15, then next slot available will be 10:30, 10:45, 11:00… and so on.
Now it works that available slots are 9:00, 9:30, 10:00,… and if someone book at 9:00, next available time is 10:15, 10:45, 11:15 (this second part is ok for us(start), but we need available time every 15 minutes)Forum: Plugins
In reply to: [Appointment Hour Booking - WordPress Booking Plugin] Time between slotsHi codepeople team. Thank you for great plugin, it looks exactly what we need. Only problem we have is to set up calendar for our needs:
we need generate slots every 15 minutes
we need padding time after 15 minutes
If I put these two things together to the setup, it generates slots every 30 minutes. Can you please direct me where are these 2 numbers counted together in code, I would fix it locally for our needs.