Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › About Email “Notification – Approve Product” bug
- This topic has 8 replies, 2 voices, and was last updated 6 years, 3 months ago by MOHO.
- AuthorPosts
- August 23, 2018 at 7:35 am #29301MOHOParticipant
I test but it always not work
1. WCfM admin order list click icon
2. WCfM single prdocut edit page submit
3. wp backend publish productMy vendor all no revie email and message about Email “Notification – Approve Product”
I test at
http://mall2.sites.moho.tw/admin/and use these version
WooCommerce Frontend Manager 5.0.3
WooCommerce Frontend Manager – Ultimate 4.2.3
WooCommerce Multivendor Marketplace 1.0.3Attachments:
You must be logged in to view attached files. - August 23, 2018 at 8:46 am #29308WCFM ForumMember
Hi,
1. WCfM admin order list click icon – How Product Approve from Order List page?
Then how you receive this message? – https://wclovers.com/wp-content/uploads/2018/08/2018-08-23_153058.jpg
Thank You
- August 23, 2018 at 8:55 am #29311MOHOParticipantThis reply has been marked as private.
- August 23, 2018 at 8:57 am #29313WCFM ForumMember
Hi,
I give you this code yesterday –
add_filter( ‘wcfm_is_allow_notification_message’, function( $is_allow, $wcfm_messages_type ) {
if( $wcfm_messages_type == ‘order’ ) $is_allow = false;
elseif( $wcfm_messages_type == ‘status-update’ ) $is_allow = false;
return $is_allow;
});You asked me for code to disable Order status update notification.
Thank You
- August 23, 2018 at 9:03 am #29318MOHOParticipant
Oh so if i use this code,
About Email “Notification – Approve Product” bug
will no sent??? - August 23, 2018 at 9:05 am #29320WCFM ForumMember
No, Product approve notification will send.
But if you publish product from wp-admin are then no notification will be trigger.
Thank You
- August 23, 2018 at 11:56 am #29341MOHOParticipant
I very need backend publish product, because i have some point work at backend.
If frontend publish, my point will not work.
Could you custom for me?
If need custom fee, i will pay you.
- August 24, 2018 at 6:54 am #29461WCFM ForumMember
Hi,
Don’t worry, I will add this in WCFM next update.
Thank You
- August 24, 2018 at 7:29 am #29473MOHOParticipant
OK thanks a lot!
- AuthorPosts
- The topic ‘About Email “Notification – Approve Product” bug’ is closed to new replies.