Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › How could i change "Shipment Tracking" email setting?
Tagged: "Shipment Tracking" email
- This topic has 5 replies, 2 voices, and was last updated 6 years, 3 months ago by WCFM Forum.
- AuthorPosts
- August 9, 2018 at 8:26 am #27983MOHOParticipant
My customer didn’t receive this email “Notify as Shipped”.
And receive other email
mall: Shipment Tracking Update – Test simple 19
mall: Notification – Shipment TrackingCould you tell me how to edit them template and disable them?
by moho
Attachments:
You must be logged in to view attached files. - August 9, 2018 at 4:10 pm #28061WCFM ForumMember
Hi,
Right, WCFM Shipment tracking does not send out this email.
WCFM send out its own email.
Do you want to OFF this email sending?
Thank You
- August 9, 2018 at 4:38 pm #28077MOHOParticipant
maybe, so could you give me code?
If i need, i could use it, thanks. - August 9, 2018 at 4:56 pm #28086WCFM ForumMember
OK, you may disable that email by adding this line of code –
add_filter( 'wcfm_is_allow_shipment_tracking_customer_email', '__return_false' );
Thank You
- August 9, 2018 at 5:00 pm #28087MOHOParticipant
thanks
and i check it, this is my analysis:
WCFM send out its own email with three emails:
1. one email notice amdin
2. one email notice vendor
3. one email notice customerand woo default notice email also sent to customer
right?
- August 9, 2018 at 5:10 pm #28093WCFM ForumMember
Hi,
Right, WCFM send separate notification to all users.
But for this a note added to the Order and WC also sends out an email for this.
Thank You
- AuthorPosts
- The topic ‘How could i change "Shipment Tracking" email setting?’ is closed to new replies.