Hello. I would like to add the customer’s billing address in the “New order” email that gets sent to us. I tried copying and pasting the shipping address code and swapping out shipping for billing but received an error. Does anyone know the correct code and where to place it so it shows either above or below the shipping address? Thanks for any help!
I think I figured it out. This is what I used if anyone needs it in the future.
|
Shipping address
{{ shipping_address.name }} |
Billing address
{{ billing_address.name }} |
