Hey everyone!
With the Labour Day holidays coming up, we’d like to let you know about our upcoming working hours:
Thursday, May 1st: Our team will be off during Labour Day.
Friday, May 2nd: We'll also be off for an extended holiday break.
We’ll be back on Monday, May 5th, ready to respond to all messages received during this time.
In the meantime, if you need help, feel free to:
-
Use the support widget on the bottom right of our websites (Amelia and wpDataTables) — our AI-powered assistant is available 24/7 and can help with many common questions.
-
Visit our documentation, articles, or YouTube channels for quick answers and step-by-step guides.
https://www.youtube.com/@AmeliaWordPressBookingPlugin/videos
https://www.youtube.com/@wpDataTables/videos
Thank you for being so understanding, and we hope you enjoy the long weekend!
Hi,
I would like the employee and service information to not be sent through to Woocommerce as it is displaying in the checkout and is not relevant.
Is this possible?
Kind regards
Jonathan
Hello Jonathan
I am sorry to disappoint you, but unfortunately something like this is not possible with the plugin's built-in features.
You're free to edit the WooCommerce's file in Amelia: ./wp-content/plugins/ameliabooking/src/Infrastructure/WP/Integrations/WooCommerce/WooCommerceService.php
I believe altering the code around line 809 should help you remove this from the checkout.
Kind Regards,
Aleksandar Vuković
aleksandar.vukovic@tmsproducts.io
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 Aleksandar
Is there a filter I can add to the functions.php file rather than editing the plugin directly?
Kind regards
Jonathan
We don't have any filters or hooks in Amelia yet, unfortunately.
What we have is a few JS hooks that are triggered depending on the view:
window.beforeAddToCalendarLoaded() window.beforeBookingLoaded() window.beforeSearchLoaded() window.beforeSearchFiltered() window.afterSearchFiltered() window.beforeConfirmedBooking() window.beforeCatalogLoaded() window.afterSelectCatalogCategory(object_category) window.beforeCatalogCategoryLoaded(object_category) window.beforeCatalogServiceLoaded(object_category, object_service) window.afterSearchActivateService(object_appointment, object_serviceActive) window.afterSearchGoToSecondStep(object_appointment, object_serviceActive) window.afterBookingSelectDateAndTime(object_appointment, object_serviceId, object_providerId, object_locationId) window.afterBookingSelectService(object_appointment, object_serviceId, object_providerId, object_locationId) window.beforeConfirmBookingLoaded(object_appointment, object_service, object_provider, object_location) window.afterConfirmBooking(object_appointment, object_service, object_provider, object_location)
They won't be of any use in this case, I'm afraid.
Kind Regards,
Aleksandar Vuković
aleksandar.vukovic@tmsproducts.io
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 Aleksandar
Hopefully that's something that will come in the future.
Cheers
Jonathan
I hope so, Jonathan
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ć
aleksandar.vukovic@tmsproducts.io
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