In WooCommerce, How and where I can apply some code for New Order Email notification, where I should get the Applied Coupon Code display.
In the template for New Order Email notification I have @hooked WC_Emails::order_details()
that shows the order details tableā¦
Also is WC_Email::order_details()
the exact hook which I am searching for to update coupon code in New order mail to admin?
I am loosed, any help will be really appreciatedā¦