• Resolved timboc

    (@timboc)


    I want to remove the Billing Address from the order notification and just print the Delivery / Shipping Address. Is it possible to do this, please?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    I’m glad you reached out. You can navigate to “WooCommerce–>Email Customizer–>Custom Styles” and add the following CSS:

    .address-container {
    display: none;
    }


    That will leave only the Shipping Address in place, while removing the Billing Address.

    Thanks

    Thread Starter timboc

    (@timboc)

    Amazing! Thank you so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.