Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Hide product Fancy menu tab
- This topic has 4 replies, 2 voices, and was last updated 5 years, 5 months ago by WCFM Forum.
- AuthorPosts
- May 24, 2019 at 11:16 am #63579kaloomeeParticipant
Hi
I have WCFM and Fancy product designer
But fancy menu tab is visible to Vendors
I have unchecked the
Settings > Menu manager > Product Designer
But vendor still sees the fancy product tab – https://nimb.ws/93j0paCan you please let me know what other settings I need to change to hide this menu tab from vendors – Visible to admin only
Thank you
KaloomeeAttachments:
You must be logged in to view attached files. - May 26, 2019 at 6:56 pm #63884WCFM ForumMember
Hi,
OK, we will add “Capability” setting for this in next update.
You may add this to child theme’s functions.php to disable this for vendors –
add_filter( 'wcfm_is_allow_fancy_product_designer' , function( $is_allow ) { if( wcfm_is_vendor() ) $is_allow = false; return $is_allow; }, 200 );
Thank You
- May 27, 2019 at 7:48 pm #64011kaloomeeParticipant
Thank you
Works just as requestedThank you for the great support
- May 28, 2019 at 9:50 am #64084kaloomeeParticipant
Hi
I have just noticed that the same applies to the ‘Orders’ section – Fancy product designer fields are visible
Between ‘Shipment tracking’ and ‘Order items’ tabs – See attachment
Would you mind supplying code to hide this as well please?
Thanks in advance
kaloomeeAttachments:
You must be logged in to view attached files. - May 29, 2019 at 7:31 am #64229WCFM ForumMember
Hi,
Please wait till WCFM Ultimate next update, we will add “Capability” option for this. Just set that OFF and all fancy Designer element will disable for vendors.
Thank You
- AuthorPosts
- The topic ‘Hide product Fancy menu tab’ is closed to new replies.