Notify as Shipped email

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!

Viewing 10 reply threads
  • Author
    Posts
    • #23740
      clevelook
      Participant

      How to also CC “Notify as Shipped” email from Vendor to Admin ?
      in WCMP I use below code:

      add_action(‘wcmp_vendors_vendor_ship’, ‘callback_wcmp_vendors_vendor_ship’, 99, 2);
      function callback_wcmp_vendors_vendor_ship($order_id, $vendor_id){
      $mails = WC()->mailer()->emails[‘WC_Email_Notify_Shipped’];
      if (!empty($mails)) {
      $admin_email = get_option(‘admin_email’);
      $mails->trigger($order_id, $admin_email, $vendor_id, array());
      }
      }

      How about in WCfM Ultimate ???

    • #23742
      WCFM Forum
      Keymaster

      Hi,

      Thanks for get in touch with us.

      Well, WCfM Ultimate has it’s own Shipment Tracking module. Whenever a product marked shipped by vendor then Admin and Customer both are notified.

      Thank You

    • #23748
      Clevelook
      Guest

      Well, the admin is not notified in my site, I use WCfM Ultimate. Also when buyer already “marked item as received” there is no notification at all whether to vendor nor admin.

      Did I miss something ??

    • #23775
      WCFM Forum
      Keymaster

      Hi,

      Can you please know me your WCfM & WcfM Ultimate version?

      These notifications are already, kindly update both at latest version (4.1.1)

      Well, you may also use this hook for WCfM –

      do_action( 'wcfm_after_order_mark_shipped', $order_id, $order_item_id, $tracking_code, $tracking_url, $product_id );

      Thank You

    • #23784
      clevelook
      Participant

      Ok, I will try it again later.

      I have made menu with page containing [vendor_registration] for seller registration, but when registered user try to click the menu then the page is blank.
      I have tried to register as a guest (without login) to my site by clicking the same menu for seller registration, the vendor registration form appear normally.
      Why login user can not click and register for vendor ? and the page for registration is blank .

    • #23785
      clevelook
      Participant
      This reply has been marked as private.
    • #23796
      WCFM Forum
      Keymaster

      Hi,

      Well, so as I understand you are using WC Marketplace multi-vendor, right?

      Kindly check it’s page settings at wp-admin -> WCMp -> Settings – > Vendor

      Be sure, dashboard and registration page is set over there. But don’t set WCfM Dashboard page here, it should be a page with WC Marketplace dashboard short code.

      Thank You

    • #23842
      clevelook
      Participant

      Now I figured out myself that for visitor if they want register as a vendor then they will go to page contain [vendor_registration] where logged in customer if they want register to be a vendor then they will go to page contain [wcmp_vendor], so there are 2 (two) type page for vendor registration.

    • #23848
      WCFM Forum
      Keymaster

      Hi,

      Exactly, for a logged in user WCMp dashboard page start working as registration page, so it’s important to be there.

      So, your registration is resolved now, right!

      Thank You

    • #23851
      clevelook
      Participant

      Yes, it solved now.

    • #23853
      WCFM Forum
      Keymaster

      Fantastic 🙂

      Thanks for knowing me this.

Viewing 10 reply threads
  • The topic ‘Notify as Shipped email’ is closed to new replies.