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 order completed mail. But we do not want that info in the order completed mail. So for that I found this input here: https://wordpress.stackexchange.com/questions/340045/how-do-i-hide-the-purchase-note-in-the-woocommerce-order-completed-email I also found that snipped here below. But with that
Tag: email-notifications
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 contains meta data with the business name to which the customer orders. So when the order status changes to processing, what I am trying to do is get the business name from the order meta, and set
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 emails. I also tried to copy the email-header.php and email-footer.php to my child theme and nothing happens. Since that the template customer-on-holder-order have listed the code How can I find/edit this? Any
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 methods). There are too many ids such as “local_pickup:3” for me to filter through. I enabled the shipping address to be shown in emails/email-addresses.php despite it being a local pickup method. My code attempt: I need
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 store owner. I tried looking at articles that showed how to customize WooCommerce emails and I think that woocommerce_email_order_details is the hook that I’m looking for. However, I am stuck with just this piece of information as
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 (table name: addresses). I checked the file responsible of outputting the billing & shipping fields which is plugins/woocommerce/templates/email-customer-details.php but the customer details are outputted only through a foreach loop and the variable $fields is not
Display a custom delivery notice on WooCommerce orders and email notifications
With the following code I display a custom message on WooCommerce checkout page. When a customer places an order on a Saturday and Sunday, the order will be delivered on the next Monday. If a customer …
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 order is placed so I can put numbers on the box so the customer knows which box contains what product. (I only have 1 product but the custommer can customize that product with a
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: This does however NOT add the custom text after the order totals in the plain order emails that Woocommerce is sending. I know there is a filter woocommerce_get_formatted_order_total but I cannot seem to get a working function with this. How
Custom phone number field not showing in WooCommerce order email
I have successfully added the phone number field in Ship to different address and the phone number is showing in back-end as well. However I am not receiving the phone number in email. Kindly Help This code helps me to add field: I have tried adding additional code in the above code (shown below) to show the phone number in