Hello,
I am trying to send a custom email after an order is placed to my dropship company.
For the order to be placed in their automated system, they need it in the following format:
fname: {shipping_first_name}
lname: [shipping_last_name]
address1: [shipping_address_1]
address2: [shipping_address_2]
city: [shipping_city]
state: [shipping_state]
zip: [shipping_postcode]
country: [shipping_country]
email: [customer_email]
Is it possible to add the information needed as individual shortcodes? (The ones above are just the WC field titles I think?)
The [order_shipping_address] “prints” with < br > and their system rejects it due to the HTML.