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
3
votes
1 answer

Remove downloads section from email notifications in Woocommerce

I need to remove the "downloads" part form order confirmations emails, at least remove the links enabling downloads from the email, independently of the order status (and if possible replace that "downloads" block by a link to invite the customer to…
3
votes
3 answers

Email notification to a particular address if a specific product is purchased in Woocommerce

I am using the woocommerce plugin in my Wordpress website. I am wondering how can I send an email notification to a specific address email if product A is purchased by customer. How to send an email notification to a specific address when a…
3
votes
1 answer

Send Order On Hold Email for a specific shipping method in Woocommerce

I am using Wordpress 4.9.6 and WooCommerce version 3.4.3 and I need to send 'Order on Hold' email for a specific shipping method. Reason? I use DHL shipping plugin to calculate shipping and an 'Alternate' shipping method is also available. If the…
3
votes
1 answer

Change "Shipping" label in Woocommerce email table totals?

I am customizing the order email template in WooCommerce and need to change the title of "Shipping" to "Delivery," as well as change "Shipping address" to "Delivery address". I tried a plugin, "Say What" that would change the text but it did not…
3
votes
2 answers

Get the user email in Woocommerce "New account" email notification template

In Woocommerce I am trying to customize the "New account" email notification template changing the texts. Currently the default template shows the username but intead I want it to show the user email. I thought I needed to use something like…
user9795198
3
votes
1 answer

Send email notification for COD orders with on-hold status in Woocommerce

I am using wordpress 4.9.5 and woocommerce 3.3.5, I would like the following payment methods, order status and customer mails to be triggered. Paypal = complete + payment confirmation email BACS = on hold + order on hold email COD = on hold +…
Fjott
  • 1,107
  • 3
  • 15
  • 38
3
votes
1 answer

Add custom meta data into emails as a html styled table with a title in Woocommerce

In WooCommerce, "Get a custom field array values within WooCommerce email order meta" answer code to one of my previous questions, has given me the way to pull fields out of an array from the order post meta data. But how would I take this code and…
Garconis
  • 773
  • 11
  • 31
3
votes
1 answer

Send customer processing order email notification for on-hold Woocommerce orders

If a customer places an order via bacs gateway, the order status is "on-hold" and the customer recieves the accompanying mail-notification with bank details. After payment is done, customer receives another email - almost with the same content as…
seeker68
  • 43
  • 1
  • 4
3
votes
1 answer

Custom subject for New Order Email notification in WooCommerce

In WooCommerce I would like to set the product purchased in the "new order" email subject line, something like this: New Order - [{product_name}] ({order_number}) - {order_date} I understand that product_name cant be used probably due to multiple…
3
votes
3 answers

WooCommerce email based on shipping zone

I need send email instructions when customer select shipping zone id = 0 (The rest of the world). I found code below, but its based on payment method: add_action( 'woocommerce_email_before_order_table', 'add_order_email_instructions', 10, 2…
Martin
  • 63
  • 6
3
votes
1 answer

WooCommerce Cancelled email notification Not sent when Order expires

I have set up the stock in the woocommerce and configure the time for auto cancel the order after some minutes if payments are not done, it is working fine order is canceled after that period but not an email is generated. I have checked the email…
Xabby
  • 435
  • 6
  • 26
3
votes
1 answer

Add customer email address to new account email notification in WooCommerce

I am trying to insert the customer email address in "new account" email. So far I tried using $user_email instead of $user_login and $order->billing_email in a hook but it shows blank space every time.
Tsakov
  • 69
  • 6
3
votes
1 answer

Display custom content based on shipping method in Woocommerce email notification

After Woocommerce update to 3.2, This code below does not work anymore. add_action( 'woocommerce_email_order_details', 'my_completed_order_email_instructions', 10, 4 ); function my_completed_order_email_instructions( $order, $sent_to_admin,…
3
votes
1 answer

Add the order total weight to WooCommerce new order email notification

Is it possible to show the total weight for an order in the WooCommerce "New order" email notification (for admins)?
Regina
  • 61
  • 1
  • 2
3
votes
1 answer

Dispatch received orders woocommerce to dealers sending email notifications

I have a list of emails (dealers) and I need when I receive order in wp-admin i open this order and send this order to a dealer (commercial , user...). Every dealer have an email and mark this order in custom field that he have been send to this…