Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Feature Request › Issue on email during vendor registration
- This topic has 7 replies, 4 voices, and was last updated 4 years, 7 months ago by soumanta.
- AuthorPosts
- August 30, 2019 at 1:53 pm #79236
- September 2, 2019 at 12:32 pm #79608WCFM ForumMember
We will take care of this in next update.
- September 3, 2019 at 7:09 pm #79853McflaitParticipant
Approaching this, can you add a checkbox to choose if i prefer send or not an email to the new vendor? Just like the ‘new user form’ from wp-admin.
And this is just for me, but if i want to send this ‘new account email'(with the password) to my admin mail how can i do this? Thanks!
Attachments:
You must be logged in to view attached files. - September 4, 2019 at 12:33 pm #80033WCFM ForumMember
Hi,
Approaching this, can you add a checkbox to choose if i prefer send or not an email to the new vendor? Just like the ‘new user form’ from wp-admin.
– OK, will add that.
And this is just for me, but if i want to send this ‘new account email'(with the password) to my admin mail how can i do this?
– Please go to WCFM Admin Setting -> Email Setting -> add CC or BCC email, hence you will receive all vendors’ emails copy to your email as well – https://ibb.co/PN57zRc
Thank You
- November 13, 2019 at 12:09 am #92066McflaitParticipant
Any news with the checkbox request? Thanks for the help.
- November 22, 2019 at 10:38 am #93385WCFM ForumMember
Please add this line to your site to disable “Welcome Email” on vendor registration –
add_filter( 'wcfm_is_allow_vendor_welcome_email', '__return_false' );
Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/Thank You
- April 1, 2020 at 11:41 pm #114561McflaitParticipant
Hi, sorry but the filter didnt work. Can you check this?
- April 2, 2020 at 8:24 pm #114756soumantaKeymaster
Do you have this plugin WCFM – WooCommerce Multivendor Membership installed & activated in your website?
add_filter( 'wcfm_is_allow_vendor_welcome_email', '__return_false' );
This filter will not work without the plugin mentioned above.
- AuthorPosts
- You must be logged in to reply to this topic.