Shipment tracking – sync with WooCommerce?

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM – Ultimate Shipment tracking – sync with WooCommerce?

Viewing 11 reply threads
  • Author
    Posts
    • #35209
      gail
      Participant

      Hi

      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

    • #35243
      WCFM Forum
      Keymaster

      HI,

      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

    • #35491
      gail
      Participant

      Hi – screenshot now attached. Just need the date and tracking code to sync through to backend.

      Attachments:
      You must be logged in to view attached files.
    • #35499
      WCFM Forum
      Keymaster

      HI,

      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

    • #35555
      gail
      Participant

      The 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…

    • #35580
      WCFM Forum
      Keymaster

      HI,

      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

    • #35741
      gail
      Participant

      Hi

      The screenshot is from Woocommerce, but the tracking code is not showing in Marketplace. Should it be pulled through automatically?

    • #35769
      WCFM Forum
      Keymaster

      Hi,

      Do you have such Order notes section under WCFM Order details page – https://ibb.co/dST050

      Thank You

    • #36413
      gail
      Participant

      Hi – I can see the tracking and payment details when logged in as Admin but not as Store Vendor. They need to see these details too, I can’t see where to turn that on for them?

      Attachments:
      You must be logged in to view attached files.
    • #36424
      WCFM Forum
      Keymaster

      Hi,

      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

    • #36819
      Gail
      Guest

      This is working now thanks for your help.

    • #36887
      WCFM Forum
      Keymaster

      Great … thanks for updating me on this 🙂

Viewing 11 reply threads
  • The topic ‘Shipment tracking – sync with WooCommerce?’ is closed to new replies.