-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wrong name in emails #15
Comments
@geselle-jan That won't be possible because every email has its own Order object and if order has its own customer billing name. |
Same issue here. Still looking for a resolution. Say you've selected 5 orders and updated their status : the 5th order's email is sent to all orders' customers. Thus, the 1st to 4th orders' customers are receiving this email as well, with the 5th order's {customer_billing_name} Will try to provide an update when I find that loop. |
Found a solution : change line 81 at woo-custom-emails/admin/class-wcemails-instance.php :
to :
Enable Send Only to Customer? option and add your store's email address into Recipients field if you want to follow these notifications as well. Reason : |
When I send custom emails by bulk-changing the status of multiple orders, the customer_billing_name is filled with the name of the customer from the first order in every email. Though the emails are sent to the correct addresses.
The text was updated successfully, but these errors were encountered: