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

Sending email notifications to subscribers when new blog post is published in Wagtail

I'm in the process of converting an existing Django project to Wagtail. One issue I'm having is email notifications. In the Django project, I have the ability for people to subscribe to a blog, and whenever a new post is published, the author can…
Megan
  • 145
  • 1
  • 10
3
votes
3 answers

Send an email notification with the generated password on WooCommerce user creation

In WooCommerce with code below I create new WP_User with a random password and set user role to "customer" (I want to create account on purchase automatically). Then I use WC_Emails to send login details to buyer. In that case I need plain password,…
Karnak
  • 21
  • 2
  • 7
  • 21
3
votes
1 answer

How to get email recipients from new order email in WooCommerce

I would like to get the recipients field value from WooCommerce emails settings for "New Order" email as shown below: How to get Recipient(s) field? Any help is appreciated.
3
votes
1 answer

Display specific product attribute in WooCommerce email notifications

I can't manage to add a product attribute to a WooCommerce new order email. I have added the snippet below to email-order-items.php (after // SKU.. part), but nothing happens. Even the titel 'Location:' isn't visible. Any thoughts on this? //…
3
votes
1 answer

Send a custom reminder email for WooCommerce On-Hold orders after two days

My goal is to send an email to the customer containing custom text if the order status is on-hold and if the order creation time is 48 hours or more old. order is 48 hours old or more send email to customer ask customer to pay include a link to the…
user11391182
3
votes
1 answer

Different recipients based on products sold in WooCommerce email notification

I’m looking to sell a number of virtual items on WooCommerce for different businesses. So when the customer has checked out, I'd like the email to be sent to the relevant business (not to admin). So when Product A is sold, an email will go to…
Sam
  • 49
  • 2
  • 12
3
votes
3 answers

Using email to process approvals

One thing that is coming to me from the top is the ability to respond to an email notification to approve or deny it. This behavior would be similar to many mailing lists were you hit reply to approve the subscription or send to a different email…
Mike Wills
  • 20,959
  • 28
  • 93
  • 149
3
votes
1 answer

Add a text to emails if Woocommerce order item has a specific custom metadata

I want to add a notice section to order emails sent to admin if specific meta has a specific value (Umbrella Hole is "YES"). Code up till now: function add_order_instruction_email( $order, $sent_to_admin, $plain_text, $email ) { foreach(…
Danish Muneer
  • 568
  • 1
  • 9
  • 22
3
votes
1 answer

Make On-hold order status notification working in Woocommerce

I need to send a customer email notification when I manually set order status from processing to on-hold status. I have added the following action hook into my functions.php file: add_action(…
RWS
  • 538
  • 5
  • 14
3
votes
1 answer

Display product ACF field value in Woocommerce transaction emails

Is it possible to have a custom field (created using ACF) next to each item in Woocommerce transaction details? I have a field called ‘shpng’ which contains the shipping date, and it is changed daily from syncsd import file and ends up in the…
3
votes
1 answer

Add a custom text for a particular product on specific email notification in Woocommerce

I want to add an extra text "There is an offer in this particular item etc" only for a particular product(Product Id:1) in customer-completed-order.php in WordPress. Other products no need to have this extra line. Can anybody help me to find out…
sherin
  • 61
  • 1
  • 6
3
votes
2 answers

Additional columns and item values in Woocommerce email order details

I am editing a Woocommerce email template but am a little stuck - I need to add a few columns to the order summary table so that it contains: Quantity Product Product code Price VAT I have added the table headers that I need into…
J4G
  • 211
  • 5
  • 14
3
votes
1 answer

Remove the column Quantity from email notifications in Woocommerce

In Woocommerce, I would like remove the column Quantity from email notifications like in the screenshot below: Any help is appreciated.
3
votes
1 answer

Email notifications on every commit to every branch on BitBucket server

How can we send email notifications to everyone whenever anyone pushes any code to any of the branches on Bitbucket server? Every associated person who has access to the branch should get an email notification whenever any commit happens from…
3
votes
1 answer

Set a Tracking Number link on customer email notifications in Woocommerce 3

I've managed to get this together and now I'm trying to make the number that is being entered into the custom field (saved to the order) to be linked in the order email. Here's the code: // create the metabox add_action( 'add_meta_boxes',…
bjornen
  • 107
  • 1
  • 7