email-notifications Questions
2
Solved
I am setting up a site for a school that sells both virtual products (fees and excursion payments) and Physical (uniforms) however they would like to have order notifications for each category to b...
Cervine asked 4/1, 2019 at 7:38
3
In WooCommerce, when a customer goes to checkout from cart and submit the order, if the payment is not processed, the order is set to "pending" payment. The Admin doesn't received any email about. ...
Undressed asked 28/7, 2017 at 13:45
3
Solved
In WwooCommerce, I am trying to add the ship to different address information in my admin email.
How can I check if the checkbox to ship to different address from checkout page is checked?
I trie...
Irma asked 6/10, 2017 at 2:54
1
Solved
We've removed the payment information on our customer emails but can't remove the title. How do we do it?We're using Woocommerce email templates for order confirmation emails.
We've searched in and...
Tripe asked 2/2, 2021 at 13:33
1
Solved
I would like to add a new order status and email notification to my site in conjunction with this order status. I tried this code:
// register a custom post status 'awaiting-delivery' for Orders
ad...
Regularize asked 30/10, 2020 at 11:13
4
Solved
I want to change stock email recipient email address in woocommerce. Already changes admin email but mails are still going to old email.
Verticillate asked 27/2, 2019 at 11:50
1
i have created the custom status shipped but unfortunately mail are send default of processing when we change order status to shipped not the one we define in fuction shipped_status_custom_notifica...
Carcinoma asked 30/7, 2020 at 10:11
1
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).
...
Oration asked 6/4, 2019 at 6:22
2
Solved
WooCommerce used to show shipping address no matter which shipping method was selected during checkout, if you had to hide the shipping address from emails you had to do a custom job like in "...
Araceli asked 2/4, 2019 at 2:49
1
Solved
In Woocommerce, I would like to change the email address that should always be used as the reply address for all emails notifications.
How is this possible with Woocommerce?
Disassemble asked 19/3, 2019 at 12:14
1
Solved
<?php
namespace App\Notifications;
use Illuminate\Bus\Queueable;
use Illuminate\Notifications\Notification;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Notifications\Messages\Ma...
Plataea asked 17/8, 2018 at 12:1
1
Solved
In Woocommerce, I am trying to get the customers additional order message:
I am trying to display that customer message on the email notifications.
But i don't know how to get this information i...
Briefing asked 3/10, 2018 at 21:27
1
Solved
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 Gma...
Subsequence asked 8/3, 2018 at 11:4
1
Solved
Is there a way to get the exact order date and time to show up in woocommerce emails? So far I am using this to get the order date:
<?php printf( '<time datetime="%s">%s</time>', $o...
Curet asked 25/2, 2018 at 21:7
1
Solved
I am customizing the order email template in WooCommerce and need to make "Shipping" second-last in the order details, right above "total".
I know the loop for this is on line 52 in the "email...
Demoniac asked 22/12, 2017 at 14:18
1
Solved
I have custom statuses and custom emails set up in WooCommerce. I would like to use the current email, WC_Email, not the current status as a variable inside email templates.
I need to have some if ...
Teachin asked 10/12, 2017 at 17:38
1
Solved
I am trying to send an email to the client when an order gets cancelled. By default, woocommerce only sends this email only to the admin of the site.
This code has solved the issue for related post...
Dancy asked 5/12, 2017 at 7:37
2
WooCommerce expertise needed
I need to disable email notifications for orders that I create manually, I have to use the processing status, I can't create a custom status because of a custom hook f...
Georgeanngeorgeanna asked 27/5, 2016 at 13:40
1
Solved
How to change email sender address and name in WooCommerce for specific email notifications?
For example:
Change the sender name and email address just for customer processing order email notifi...
Interruption asked 8/9, 2017 at 13:7
1
Solved
I noticed that the customer on hold order email is not available so i tried to replace the actions with a single action that would send the appropriate email.
This seems to work except for the on-...
Davena asked 28/8, 2017 at 23:50
1
Solved
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 ...
Checkbook asked 17/8, 2017 at 10:15
2
Solved
I have created a custom order status in my WooCommerce called Back Order (wc-backorder):
/**
* Add custom status to order list
*/
add_action( 'init', 'register_custom_post_status', 10 );
funct...
Loewe asked 1/5, 2017 at 8:13
1
Solved
With WooCommerce I use a special theme that handle bookings for motorbikes and scooters rental service. I want to get the order related data. I am trying to send an SMS when an email notification i...
Idel asked 12/12, 2016 at 11:54
5
Solved
I am trying to set up an email notification in TeamCity on my project fail. I have set up some user with their information, but when my project fails. i dont get any email.
I have given all the in...
Stgermain asked 26/3, 2013 at 12:3
1
Solved
How do you hide the "Shipping Address" info section in the customers' processing email if "Local Pickup" is chosen?
I don't know how to provide code for this.
Condyloma asked 13/8, 2016 at 19:31
1 Next >
© 2022 - 2024 — McMap. All rights reserved.