Best Multi Vendor Marketplace Plugin for WordPress › Forums › WCFM – Ultimate › Shipment tracking – sync with WooCommerce?
- This topic has 11 replies, 3 voices, and was last updated 6 years, 8 months ago by
WCFM Forum.
- AuthorPosts
- October 29, 2018 at 2:06 am #35209
gail
ParticipantHi
I can see that there is a manual ‘mark as shipped’ function but we want the shipping information – the tracking code shown in the attached screenshot – to sync from Woocommerce.
How can we set that up?
G
- October 29, 2018 at 1:03 pm #35243
WCFM Forum
MemberHI,
Where is screenshot, please send me that?
Well, you may see those Shipping Tracking info from Admin order details as well.
And we are going to add “Shipment Tracking” edit option in next update as well.
Thank You
- November 1, 2018 at 2:16 am #35491
- November 1, 2018 at 7:42 am #35499
WCFM Forum
MemberHI,
How you have added this Tracking code for the order?
And where you want to show this in WCFM dashboard?
As I see it’s there as an order note, don’t you have this under WCFM Order details -> Order Notes ?
Thank You
- November 1, 2018 at 10:26 pm #35555
gail
ParticipantThe screenshot shows tracking details pulled through to WooCommerce from our delivery providers [via OneSaas sync]. We want that to appear on the Order details in WC Marketplace when the vendor /shop vendor logs in.
At the moment the tracking details can only be input manually.
Thanks…
- November 2, 2018 at 10:39 am #35580
WCFM Forum
MemberHI,
WooCommerce from our delivery providers [via OneSaas sync]
– You are already using this, right. So it’s already sync tracking details or something requires to do for the purpose?https://wclovers.com/wp-content/uploads/2018/11/Delivery_details.png
– Don’t you have this message under WCFM Order details?Thank You
- November 4, 2018 at 10:41 pm #35741
gail
ParticipantHi
The screenshot is from Woocommerce, but the tracking code is not showing in Marketplace. Should it be pulled through automatically?
- November 5, 2018 at 7:42 am #35769
WCFM Forum
MemberHi,
Do you have such Order notes section under WCFM Order details page – https://ibb.co/dST050
Thank You
- November 12, 2018 at 5:18 am #36413
- November 12, 2018 at 8:09 am #36424
WCFM Forum
MemberHi,
Kindly add this code snippet to your site –
add_filter( 'wcfm_order_notes', function($notes, $order_id ) { global $WCFM, $WCFMu; remove_filter( 'wcfm_order_notes', array( $WCFMu->wcfmu_marketplace, 'wcfmmp_order_notes' ), 10, 2 ); return $notes; }, 9, 3 );
Thank You
- November 15, 2018 at 9:38 pm #36819
Gail
GuestThis is working now thanks for your help.
- November 17, 2018 at 4:59 am #36887
WCFM Forum
MemberGreat … thanks for updating me on this 🙂
- AuthorPosts
- The topic ‘Shipment tracking – sync with WooCommerce?’ is closed to new replies.