Iâm just after some coding help with a Woocommerce tweak a client needs on their WordPress site. We have a Woocommerce site that has just been set up as an enquiry system. When the customer places an order, the client gets a normal New Order notification by email.
However, we need the format of that email to be modified so that when the client get that email, they can reply to their customer’s email address, not their own site’s email address that was set in Woocommerce. (As it is normally, they would have to either forward it or copy/paste the contents of that email into a fresh email and put in the customers email address manually in order to respond.) They donât want to have to do that.
How can I achieve this
many thanks in advance!
cheers,
Kurt
I had the same problem and managed to get this done by following this two tutorials:
http://www.skyverge.com/blog/how-to-add-a-custom-woocommerce-email/
http://web.peterhartree.co.uk/2014/woocommerce-change-reply-field/
Hopefully this helps.
Regards, Christian
The following snippet will only you to update the reply-to header for the New Order email:
credit goes to: https://spigotdesign.com/change-woocommerce-new-order-reply-address-customer/