Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › About Email “Shipment Tracking Update” add single order link for the customer
- This topic has 9 replies, 2 voices, and was last updated 6 years, 2 months ago by WCFM Forum.
- AuthorPosts
- August 23, 2018 at 11:20 pm #29417MOHOParticipant
When the customer receive this email notice
The customer didn’t know this order include what kind of products…
Could add a single order link back to my account at email contnet?
such as “/my-account/view-order/7336/”
The customer will know what kind of products have shipped from vendor.
thanks
Attachments:
You must be logged in to view attached files. - August 24, 2018 at 7:50 am #29477WCFM ForumMember
Hi,
Replace custom order plugin’s – “wcfm-marketplace-orders\class-wcfmmp-vendor-orders.php” line 310 with this –
$shipment_message = sprintf( __( 'Order <b>%s</b> has been shipped to you.<br/>Tracking Code : %s <br/>Tracking URL : <a target="_blank" href="%s">%s</a>', 'wc-frontend-manager-ultimate' ), '<a href="'.$order->get_view_order_url().'">#' . $order->get_order_number() . '</a>', $tracking_code, $tracking_url, $tracking_url );
Thank You
- August 24, 2018 at 1:35 pm #29525
- August 24, 2018 at 7:53 pm #29621WCFM ForumMember
Hi,
Translated words are already in WCFM Ultimate.
But few words I have changed in this custom plugin and those are not translated.
Thank You
- August 24, 2018 at 8:02 pm #29625
- August 28, 2018 at 9:35 am #29935WCFM ForumMember
HI,
I am not getting this.
You have already translated those words in custom order plugin, right?
Thank You
- August 28, 2018 at 2:42 pm #29971MOHOParticipant
yes i could change, but i can’t get “vendor name” in this email for customer
SO need you add into this email tamplate
The customer who receive this email, will not see which vendor shipment product.
So need one more “%s” to save “store name”, thanks.
- August 29, 2018 at 8:58 pm #30150WCFM ForumMember
Hi,
I have added this in custom order plugin at your site.
Thank You
- August 31, 2018 at 9:16 pm #30389MOHOParticipant
Thanks it work now.
Great support ^___^
Please close it.
- September 2, 2018 at 10:03 am #30506WCFM ForumMember
You are welcome 🙂
- AuthorPosts
- The topic ‘About Email “Shipment Tracking Update” add single order link for the customer’ is closed to new replies.