Hide product Fancy menu tab

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 4 reply threads
  • Author
    Posts
    • #63579
      kaloomee
      Participant

      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/93j0pa

      Can 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
      Kaloomee

      Attachments:
      You must be logged in to view attached files.
    • #63884
      WCFM Forum
      Keymaster

      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

    • #64011
      kaloomee
      Participant

      Thank you
      Works just as requested

      Thank you for the great support

    • #64084
      kaloomee
      Participant

      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
      kaloomee

      Attachments:
      You must be logged in to view attached files.
    • #64229
      WCFM Forum
      Keymaster

      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

Viewing 4 reply threads
  • The topic ‘Hide product Fancy menu tab’ is closed to new replies.