Okay
  Public Ticket #2500262
Appointment information
Closed

Comments

  • 100% Leiden started the conversation

    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?

  •   100% Leiden replied privately
  • [deleted] replied

    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.