About Email “Shipment Tracking Update” add single order link for the customer

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 – Marketplace (WooCommerce Multivendor Marketplace) About Email “Shipment Tracking Update” add single order link for the customer

Viewing 9 reply threads
  • Author
    Posts
    • #29417
      MOHO
      Participant

      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.
    • #29477
      WCFM Forum
      Keymaster

      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

    • #29525
      MOHO
      Participant

      Thanks it work.

      1. please extra give me “vendor store name” in code.

      2. I add some chinese word at file “class-wcfmmp-vendor-orders.php”
      Why some words translate, and some words no translate?

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

      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

    • #29625
      MOHO
      Participant

      so where you change?
      and have vendor name at email now?

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

      HI,

      I am not getting this.

      You have already translated those words in custom order plugin, right?

      Thank You

    • #29971
      MOHO
      Participant

      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.

    • #30150
      WCFM Forum
      Keymaster

      Hi,

      I have added this in custom order plugin at your site.

      Thank You

    • #30389
      MOHO
      Participant

      Thanks it work now.

      Great support ^___^

      Please close it.

    • #30506
      WCFM Forum
      Keymaster

      You are welcome 🙂

Viewing 9 reply threads
  • The topic ‘About Email “Shipment Tracking Update” add single order link for the customer’ is closed to new replies.