Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › Notify as Shipped email
- This topic has 10 replies, 3 voices, and was last updated 6 years, 5 months ago by WCFM Forum.
- AuthorPosts
- May 24, 2018 at 3:28 am #23740clevelookParticipant
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 ???
- May 24, 2018 at 4:51 am #23742WCFM ForumMember
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
- May 24, 2018 at 10:46 am #23748ClevelookGuest
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 ??
- May 24, 2018 at 11:37 pm #23775WCFM ForumMember
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
- May 25, 2018 at 7:08 am #23784clevelookParticipant
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 . - May 25, 2018 at 7:09 am #23785clevelookParticipantThis reply has been marked as private.
- May 25, 2018 at 3:54 pm #23796WCFM ForumMember
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
- May 26, 2018 at 2:17 am #23842clevelookParticipant
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.
- May 26, 2018 at 3:14 pm #23848WCFM ForumMember
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
- May 26, 2018 at 3:24 pm #23851clevelookParticipant
Yes, it solved now.
- May 26, 2018 at 3:43 pm #23853WCFM ForumMember
Fantastic 🙂
Thanks for knowing me this.
- AuthorPosts
- The topic ‘Notify as Shipped email’ is closed to new replies.