As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
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.