We're Moving to a New Support Platform – Starting June 1st!
We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.
You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.
While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.
We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
Hello, I have been looking into your plugin and it looks great. But I can't see if it is possible for my clients to book more than one appointment at the same time, with one payment.
I look forward to hearing from you.
Thanks, Tom
HI Tom,
Thank you for your inquire.
Sorry to disappoint you but unfortunately multiple booking is not possible at the moment.
We do have in plant to implement this feature for some future updates of the plugin.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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 Bogdan, thank you for your reply. That is a shame because it looks like such a great plugin. Unfortunately that feature is essential for me. Do you have any idea when you might implement this update?
HI Tom,
I can not tell you precisely the date when this will be implemented because we are working on features that are most requested from our customers.
When we implement those features multiple bookings will be for sure our top priority for the update.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Hello everyone,
Tom, I needed the same functionality and have manually implemented this. I am however using woocomerce for the checkout. If you are willing to use woocomerce for the checkout I can implement it for you.
Here is a demo: https://soflo.ttic.ca/booking/
Note: on this demo site no emails are ever sent.
You can reach me at [email protected]
Also, I would be happy to share my code with Amelia, thought I am not sure it would be too much help to the team.
What I have done is fairly simple.
Hi Kostas,
Thank you for your feedback, if you have any suggestion or workaround feel free to share it on this ticket. This ticket is public so other customers can see the workaround until we found a proper solution.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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 Bogdan,
Thanks for your feedback.
My chages are very simple and are only directly applicable to simple and specific use cases. That is, I know that implementing this change properly to account for - and be compatible with - all the features of Amelia requires a lot more work than what I have done.
But I'll share this - limited - workaround for whatever it's worth:
First off this only applies when using woocommerce as a payment gateway. Also, these are unfortunately core edits (there is no other way, relavant hooks are not provided), so you will have to do this each time you update Amelia.
The first thing to do is comment out (or remove) the following code in the addToCart() function in file
This will allow Amelia to add multiple items to cart, instead of overwritting the previous addition with each new booking.
After this you will come upon the following problem:
- Say you make a booking for say tomorrow at 9am and add it to your cart.
- Then you go back to the booking form and want to add another booking for the same day: You will see the 9am time slot being available (although you added it to the cart before).
So you would probably want this 9am time slot to NOT be available on your 2nd (or subsequent) booking attempt(s).
The workaround here involves hacking Amelia to take into consideration the timeslots that are in the woocomerce cart already, and as such, removing these timeslots from each user's rendering of the booking form calendar.
If you only have say 1 service, or if all you services have the exact same time slots (and duration) then this it's pretty straightforward: in the handle() function on line 70 (right after the $freeSlots variable has been defined) in the file:
just add (no need to add the commented out lines here -> '//' )
Now if your services have different time slots and/or duration (and possibly time before/after booking settings) you will need to add more code to determine which time slots to remove from the available slots.
So this is just a very basic starting point.
HI Kostas,
Thank you for your feedback, I will forward your suggestion and workaround to my team so we can hopefully find some solution for the future updates.
Thank you again.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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