Correct E-Mail ID for Adding BCC to “Paid but Not Shipped” Order Email
-
Hello everyone,
I’m trying to add a BCC mail for orders that are marked as paid but haven’t been shipped yet. Specifically, I want the BCC to be included only when the order status changes to “Processing,” which indicates that the payment has been received but the item hasn’t been shipped.
So far, I’ve tried the following E-Mail IDs with filter
woocommerce_email_headers
:customer_processing_order
customer_completed_order
However, these either trigger too early (even if the order isn’t paid yet) or don’t achieve the desired outcome (before shipment).
Could someone suggest the correct hook or filter to use for this specific scenario?
I only want to receive emails via BCC with a subject like: Payment received for order 10236
Thanks in advance!
- You must be logged in to reply to this topic.