On our WooCommerce shop pewne.eu, to cover shipments, we are using Apaczka plugin that handle different shipping methods available for our customers - parcel machines included - using Apaczka provider's API.
- Customer have an option to choose from "Paczkomat inpost" and "Orlen paczka" parcel machines.
- Choosing one gives an option to select specific parcel machine on the map...
- and its data:
Selected parcel machine data is populated to WooCommerce backend when you look into the order:
Unfortunately that data is not going into order confirmation e-mail.
Tried to look for any similar issues, but no joy. Also having no expertise in php doesn't help. I can see that parcel machine data shows on the checkout page in div id=selected-parcel-machine ad on the admin end it is somehow put into div class="order_data_column". Unfortunately i have no idea how to make anything useful from that knowledge.
Maybe someone has been dealing with something similar already? Any help is much appreciated.


To display the delivery point (if exist) on Email notifications, use the following:
Code goes in functions.php file of your child theme (or in a plugin). It should work.
Note: Found the displayed Delivery point on Admin single order in:
plugins>apaczka-pl>src>Plugin.phpfrom line number 89 to 106.