No Policy Tab Vendor settings after Update 4.2.2

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!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM – Ultimate No Policy Tab Vendor settings after Update 4.2.2

Viewing 1 reply thread
  • Author
    Posts
    • #27324
      Toni
      Participant

      Hi,

      after updating, there is no policy tab under the vendor dashboard settings.

      You gave me this code to remove the tab from the “add product” page for WCMp:

      https://wclovers.com/forums/topic/policies-in-every-product-at-add-product/

      Maybe that’s the problem.

      Policies are activate in Modules and Capability.

      It should be visible in the vendor settings, but not in the “add product” page.

      Thank you very much

    • #27328
      WCFM Forum
      Keymaster

      Hi,

      You are right, that is problematic for WCfM Policy module.

      Kindly remove that code and this –

      function wcfm_restrict_product_policy_settings( $is_allow ) {
      	global $WCFM, $wp;
      	if( isset( $wp->query_vars['wcfm-products-manage'] ) ) {
      		$is_allow = false;
      		
      	}
      	return $is_allow;
      }
      add_filter( 'wcfm_is_allow_policy_settings', 'wcfm_restrict_product_policy_settings' );

      Thank You

Viewing 1 reply thread
  • The topic ‘No Policy Tab Vendor settings after Update 4.2.2’ is closed to new replies.