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,
Is it possible to add the appointment information like date, time and location to the invoice that is created and send by this plugin: https://booster.io/?
There is a place where I can edit the template where I can enter a shortcode or something. So are there any shortcodes I can use? Or can you tell me which functions shows the information in the screen below? Or if there is any other way to achieve this?
Hello 100% Leiden,
Amelia doesn't have integration with the mentioned plugin, or any such plugin for that matter. The WooCommece integration is made for WooCommerce and we can't guarantee how it will work with any other Woo plugin or an add-on, unfortunately. But since Amelia information are in the email invoice of WooCommerce properly shown, it seems like the other plugin doesn't take this information from WooCommerce, for some reason, it maybe takes just the Woo Product name.
There isn't any shortcode for this, and you can find the way how information is sent from Amelia to WooCommerce in the file WooCommerceService.php at location
src/Infrastructure/WP/Integrations/WooCommerce/WooCommerceService.php
method getItemData
so, you can check if that could help you somehow to achieve what you want.