Email-notifications Questions
Ad
Append a measuring unit to the quantity field in WooCommerce email notifications
I'd like to append a unit to the quantity field in the order confirmation email, more precisely in the order items table of that email
Can I get a email data from Database in Notification Laravel?
Edit: what i want is having a new subscribers email to show at email notification. i want to get those email that has been stored in database to
Display message in WooCommerce email notifications when order has backorder items in it
I am trying to display a specific message on the order confirmation email if one of several products of your order is/are on backorder. i
Alternative to using "is_wc_endpoint_url()" function in WooCommerce email notifications
Recently, i asked, and received the answers for two solutions: adding
Add the order ID to the order item metadata before the order is saved and WooCommerce email notifications are sent
I need to add a link with the order id and a password to the order item metadata. currently, i am adding successfully other info to the
Changing the order item meta data in WooCommerce email notifications
I need to change/customize a specific order item meta data for woocommerce email notifications, but i can't find a solution. i found
Remove product purchase notes in certain WooCommerce email notifications
I try to remove the purchase notes from the order completed mail. currently the purchase notes are in the order confirmation mail and also in the
Change sender name to value from order meta data in WooCommerce email notifications
I'm trying to change woocommerce sender email name based on the order meta. the website is a multi vendor marketplace, so each order
Add message based on shipping method ID in WooCommerce customer completed order email notification
I want to add a message based on the shipping method id in the woocommerce customer completed order email notification. i am using
Hide custom fee row from order details table in WooCommerce email notifications
I have added 3 custom fees in my order table but in the emails sent to admin/client, i want to hide one of these custom fee. see screen
Ad
Immediately set on-hold orders to processing in WooCommerce and send the processing email notification
I need to set all woocommerce orders that come in as "on-hold" to "processing" and also have the order-processing email sent
Add attachment to WooCommerce custom email
I have this custom code email triggerer which is sending an email to customer with a gift. i want to attach the gift with the pdf in the
Edit header and footer only for "customer-on-hold-order" email notifications in WooCommerce
I tried to edit the header and footer of emails of my store, but i'm only able to edit if it goes directly to the template of all
Display product custom field via "woocommerce_email_order_meta" hook in WooCommerce admin email notification
My products have a custom field called depot. i need to display this field only in admin mail notifications, not to the customer
Hide shipping address in WooCommerce new order email notification depending on shipping method id
I want to hide the shipping address if the shipping label is called "pick up at rockefeller store" (but to show for other pickup
Go through certain WooCommerce orders, collect data and then send the results via email
The purpose of my code is to go through all orders from yesterday. then i want the: subtotal tax gratuity
Add a clikable dynamic payment request uri to on-hold email notification in WooCommerce
I have a payment request uri that looks like this:
Send WooCommerce email notifications to billing and user email address
I wanted to use woocommerce_mail_headers filter to send custom emails to billing email address and user email address. i read
How can I send on-hold WooCommerce email notification to admin as well as customer
By default, woocommerce only sends on-hold order notifications to customers (not sure why, as it seems having a shop manager know when an order is
How to avoid style injection in WooCommerce email templates
There are some html elements in the template, for example,
Changing the position of the product image in WooCommerce email notifications
Based on display the product image in woocommerce email notifications answer code i
Ad
Send email to users who finished submitting a product review in WooCommerce
I am using the following code which works fine. function send_comment_email_notification(
Disable WooCommerce order email notification for orders with custom status
I have searched the web and checked the
Disable WooCommerce new order email notification when shipping method is NOT "Local Pickup"
I am trying to send the woocommerce new order email only when the customers has selected "local pickup" as shipping method. in
Add custom message according to payment method in WooCommerce customer processing order email notification
I'm adding a text with a hook for the email, but i'd like it to change according to the payment method. my code attempt:
Show order downloads in admin new order email notification in WooCommerce
How can i include this "downloads" section (attached) in the admin email? by default, woocommerce only sends it to the customer, not the
Insert a custom total excluding products cost in WooCommerce order emails
I'm using the below function to add a custom total to the cart and checkout pages (taken from
Add ISBN and barcode from woocommerce-barcode-isbn plugin to confirmation emails in WooCommerce
I want to add a column next to price in email order confirmation emails with the barcode/isbn. i'm using the plugin:
Disable new account email notification in WooCommerce based on current product type in cart
For a client that uses learndash, i stumbled upon a quite unhandy feature. this elearning integration requires that clients are forced to create
Reorder customer details in WooCommerce email notifications
I am trying to change the order of the customer details fields displayed in the woocommerce mail sent to both customer and admin after purchase
Display custom product image on WooCommerce email notifications
I am trying to modify the product images in the auto generated woocommerce order e-mails. note, i am trying to do this with hooks, rather than
Ad
Replacement recipient from order custom field on WooCommerce emails
I created a new field in the checkout part using the a checkout field plugin. this field allows customer to specify a third email address outside
How customize WooCommerce no stock notification email
Kindly am trying to customize the email which is sent automatically from woocommerce to the admin once a product becomes out of stock. i checked
What hook for WooCommerce plain email notifications after customer details?
Is there a hook just below the shipping address displayed in woocommerce plain emails? i need to insert some text below the shipping field
Change currency symbol in WooCommerce emails notifications
I am struggeling by changing the currency symbol in woocommerce email notifications. everywhere you can see the € currency, but as far as
Send new order email to CC if order has items from a certain category in WooCommerce
I want to send admin new order e-mail to cc, if order has items from a parent product category: i am using the code below but this doesn't
How to add product SKUs to WooCommerce new order email subject
Based on woocommerce -
Email notification for Laravel messages
I need to set up email notifications for a messaging system (laravel/vue/vuex/pusher). i already have in-app realtime
How to change "Product" to "Service" in new order WooCommerce email notification
My request sounds easy, but i'm not able to configure it. i want to change the word "product" in the new order email
laravel 5.5 email notification not updating content
<?php namespace app\notifications; use illuminate\bus\queueable; use illuminate\notifications\notification; use
Display a custom field in WooCommerce email notifications for admin
I installed checkout field editor on my wordpress site. i created the custom field. however, using the following code, the pcustomer field appears
Send an email notification when a coupon code is used on a WooCommerce Order
How to send order notification to a business partner when a specific coupon is used? i found a solution for the instance when the coupon is
Ad
Change column titles from downloads table on Woocommerce emails
I'm trying to change the "product" column title for downloadable products on customers email notification after completing a
Save value from a custom row added after the order table and display it in WooCommerce orders and emails
This code i wrote displays personalized information on the woocommerce checkout page.
Save and display product custom meta on WooCommerce orders and emails
Ok, so basically we created a custom field using acf in our woocommerce store in order to add a "shipping delay" notice for specific
Change sender name to customer billing full name in WooCommerce email notifications
How can i change e-mail sender name into customer “billing first & last name” using woocommerce_email_from_name hook?
Display custom fields on specific WooCommerce email notification
On my woocommerce based site, i recently added some code to display the shipping methods and prices for each order on the "edit order"
Display WooCommerce custom product field meta data in cart, checkout, orders and email notifications
I've created a custom product field (admin). the field works fine and it saves the data just fine. what i am having problems with it is
Add product link to out of stock email notification in WooCommerce
I need to get the product link into out of stock emails sent to admin. this code does not have the desired result even though i am, as far
How can I exclude WooCommerce checkout from sending user profile change emails?
We have a shop that is connected to a item management software. it exports its data via csv (wp all export). now we have a function that
Get coupon description From WooCommerce order applied coupons
I'm trying to display used coupons on woocommerce order emails + add the description. displaying coupons is working based on:
How to remove the link to the order in the admin order (plain) mail in WooCommerce
I would like to remove the link in the plain text email to the admin of the shop, but keep the other information (total, paymenttype,
Custom action missing from WooCommerce Order actions Metabox dropdown
With the help of this page i've added
Ad
Add product category to WooCommerce Email Notifications
I'm trying to add product category to the email notification. the custom fields (time and date) work but the product category is displaying as an
WooCommerce send email notification to admin for specific order status
Here below is my code for sending notification email to admin when order status becomes "processing": add_action(
WooCommerce Display avanced custom fields (ACF) inside order notification
I've added the following snippet to display a custom field (that don't display taxonomy field if product has field) with the estimated delivery
WooCommerce order email change/remove "backordered: #" from product meta
I have customized the backorder text on my woocommerce site and would also like to add the same text to the order confirmation emails. for
Sending WooCommerce new order email notification to related managers
So, the website is set up something like this: there are 2 types of roles, 1 who place orders (client), 1 who process orders (manager).
Display used coupons + specific message on WooCommerce order Emails
I'm trying to display used coupons on woocommerce order emails + add specific messages based on the used coupons. displaying coupons is
Get WooCommerce order date time on emails
I have the below function which i've added to a couple of places on the front end of my site, to show estimated delivery date based on the current
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
How to change sender email based on product id in WooCommerce
I am trying to change the sender email for all emails related to two products in woocommerce, but not for all the others. i have the code
Customize customer new account mail based on user role in Woocommerce
I use code to let users choose which role to use when registering for woocommerce. this is because i have 2 types of people: private and
Ad
Error in WooCommerce customer email - payment_method was called incorrectly
I have setup a custom payment method for woocommerce, i don't have any php error during payment process but in received email by customer there is
Display custom order meta data value in email notifications WooCommerce
Based on the following code add a custom checkbox in woocommerce checkout which
Set admin email as BCC for WooCommerce cancelled and failed orders
I am currently using this code to send out notifications on failed and cancelled orders. function
Customizing WooCommerce e-mail by adding a custom table
I am experimenting with woocommerce emails. that's why i'm asking my question here to learn from it. i am trying to add a table to the
How to print a custom checkout field into email order details
I would like print my custom checkout field into all e-mail notification, like in screenshot below.
WooCommerce order received image does not change its size
I have a code which should change the image of email orders for woocommerce i based this on guides on all sources online:
Add custom message based on product tag in WooCommerce email notification
I want to add unique text to woocommerce's "order complete" email but only when the product purchased has a certain product tag.
Add incremental number before item name on WooCommerce order emails
I have a woocommerce store and everything is working well. but i would like to add a number in front of every item name when an
Adding custom text after order total in Woocommerce orders and emails
I am using this to display a custom text for customers from specific countries on the cart and checkout page: add_filter(
Ad
Blog Categories
Ad