• Resolved basvweb

    (@basvweb)


    Hi,

    When I manually create an order in the backend the confirmation mail does not show Shipping details only Billing details.. How do I fix this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Mirko P.

    (@rainfallnixfig)

    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.

    Thread Starter basvweb

    (@basvweb)

    Hi @rainfallnixfig ,

    This works! Thank you so much!

    Plugin Support abwaita a11n

    (@abwaita)

    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!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Shipping Details’ is closed to new replies.