Questions tagged [email-notifications]

Email notifications is used to send selected users email about specific activities in the system, such as updates to incidents or change requests. If you want to change how the system processes incoming email,

Email notifications allow administrators to specify:

  • When to send the notification
  • Who receives the notification
  • What content is in the notification

Additional email notification options are available. Users can subscribe to notifications, and administrators can make some notifications mandatory. See Notifications for all the tasks required to create and send custom email when system events occur.

Source: Email Notifications

579 questions
4
votes
2 answers

How do I build a notification email/reply system like Facebook?

When users receive a notification email about a new private message on Facebook, they can reply to the email and have their response automatically added to the conversation on the site. How can I build a cross platform system like that? I'm building…
4
votes
1 answer

Custom "reply to" email header in Woocommerce New Order email notification

I'm looking to filter the email headers of the new order form in woocommerce. I'm trying to replace the customer email address with the main site admin email address. We need to do this because Gmail is flagging new orders as spam because the from…
Marco
  • 293
  • 3
  • 13
4
votes
2 answers

Add Applied Coupon Code in Admin New Order Email Template - WooCommerce

Let me clear my question: I have downloaded & activated WooCommerce Plugin for E-Commerce Functionality. I want to add "Applied coupon code" in Admin New Order Email Template using my custom plugin. Now: Can you tell me that exact Hook or…
4
votes
2 answers

Get the customer user_id in Woocommerce email footer template

I am trying to get current_user_id in woocommerce custom email template but it returns 0. Does anyone know how to get user_id in email template in wordpress. I get the user id when I use this code in any php template. Below is my code:
John Bravo
  • 91
  • 1
  • 2
  • 10
4
votes
2 answers

Style orders details table in Woocommerce email notifications

I am using WordPress 4.8.1 and using bridge theme. I am facing some problem regarding removing price from new order template email. I want to remove price column ,however I removed total and subtotal , but not getting anything to remove price…
Shilpi Jaiswal
  • 1,178
  • 2
  • 12
  • 27
4
votes
1 answer

Customizing Woocommerce New Order email notification based on shipping method

How can I edit the admin-new-order.php WooCommerce template to send conditionally some custom customer details based on shipping method? For example (for New Order email notification): If the Order Shipping method is flat rate, I want to add some…
Roman Selin
  • 109
  • 1
  • 16
4
votes
1 answer

Send an email notification when order status change from pending to cancelled

In previous versions of Woocommerce, an email notification was sent automatically when an order was changed from pending status to cancelled status (In my case, this happens after an allotted time set in the inventory section of the admin). In…
Adam Norris
  • 175
  • 3
  • 11
4
votes
1 answer

WooCommerce add custom email content based on payment method and shipping method

I'm trying to add different content to woocommerce completed order email notifications based on combinations of payment methods and shipping method. My code so far: // completed order email instructions function…
Anna
  • 83
  • 1
  • 9
4
votes
1 answer

Add the product description to WooCommerce email notifications

How to add product description/content of single product page (not the short description) to WooCommerce new order email notification? I need to know specific written description of my products as most of them are almost same.
A. Rahman
  • 43
  • 1
  • 3
4
votes
1 answer

Add the New order email notification attachment to the vendor email

In WooCommerce, I use woocommerce-product-vendors as multi vendor plugin. After checkout I receive as admin an a new order email notification with the attachment (uploaded file). But the vendor receive the same email but without the attachment. I…
4
votes
1 answer

Jenkins pipeline email notifications with some part of console output in email

I am running an Automated test suite on jenkins and I am able to get the status of the job using Email ext plugin. I want to include only some part of build log in email is there any way that I can do that using groovy syntax? Any help would be…
Guru43
  • 101
  • 1
  • 9
4
votes
1 answer

WooCommerce email notifications: different email recipient for different cities

I using Woocommerce and actually I receive order notifications only to one email. I would like to receive notifications about orders in 2 different emails depending on customer location: For customer from zone 1 (Germany) I would like to receive…
Mario
  • 187
  • 2
  • 10
4
votes
3 answers

Send on-hold order status email notification to admin

I want the admin to receive on hold order notification as well in WooCommerce. Right now, only customers get that notification. I have tried the following codes but it doesn't seem to work. Here is my code: add_filter( 'woocommerce_email_headers',…
4
votes
1 answer

Displaying barcodes for completed order status email notification ONLY

On my WooCommerce web site I use Woocommerce Order Barcodes to display a order barcodes on email notifications. I would like to hide or remove this barcode and display it ONLY on completed order status email notifications. I have tried to edit the…
4
votes
2 answers

Custom Email is not sending on Order complete in WooCommerce

I am facing a problem to send a custom email in WooCommerce. Here is Error: Fatal error: Cannot use object of type WC_Order as array in /home/wp-content/themes/structure/functions.php on line 548 My client want to send a custom email when…
1 2
3
38 39