Hi @basvweb,
The shipping address is displayed in the notification email when you add shipping to the order in the back-end (https://i.imgur.com/VYHf4R9.png). Can you try and let me know?
However, here is a snippet that will add the shipping address to all order email notifications even if the Add shipping button has not been selected.
add_filter( 'woocommerce_order_needs_shipping_address', '__return_true' );
Add the code to your child theme’s functions.php file or via a plugin that allows custom functions to be added, such as Code snippets.
Hope this helps.
Hi @rainfallnixfig ,
This works! Thank you so much!
Glad to hear that the inputs from @rainfallnixfig were helpful!
I’ll go ahead and mark this thread as resolved now. If you have any further questions, feel free to create a new thread.
Cheers!