Forums › Custom Emails for WooCommerce › Order Details without HTML › Reply To: Order Details without HTML
May 10, 2023 at 4:42 am
#114769
Participant
I was able to find the func code in the forums and got it all to work with this format, but I cannot get email to display. Please advise:
fname: [order_func func="get_shipping_first_name"]
lname: [order_func func="get_shipping_last_name"]
address1: [order_func func="get_shipping_address_1"]
address2: [order_func func="get_shipping_address_2"]
city: [order_func func="get_shipping_city"]
state: [order_func func="get_shipping_state"]
zip: [order_func func="get_shipping_postcode"]
country: [order_func func="get_shipping_country"]
email: [order_func func="get_customer_email"]