Add option at vendor to disable (hide) About us

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 – Feature Request Add option at vendor to disable (hide) About us

Viewing 13 reply threads
  • Author
    Posts
    • #52293
      Jose
      Participant

      Hi,

      I found that if a vendor don’t have to say something about him, will be better add option to hide this one in her store settings.

      Thank you

    • #52312
      WCFM Forum
      Keymaster

      Hi,

      Ok, we will add this in coming update.

      Thank You

    • #53993
      Jose
      Participant

      Hi,

      Will this be when the membership plugin has an update or this has not been possible in the recent update?

      Regards,

    • #54154
      WCFM Forum
      Keymaster

      No, this will come with WCFM Marketplace update.

      Thank You

    • #55586
      Jose
      Participant

      Hi,

      You could add this request ?, it does not look very empty.

      Regards,

    • #55802
      WCFM Forum
      Keymaster

      Sure, will do.

    • #57169
      Jose
      Participant

      Hi,

      Sorry if I insist, but I hope you can add these feature.

      Regards,

    • #57301
      WCFM Forum
      Keymaster

      Sure, we will add this, I already told you 🙂

    • #57302
      Jose
      Participant

      Hi,

      Thanks a lot and sorry !!

      Regards,

    • #57493
      WCFM Forum
      Keymaster

      It’s OK, you are welcome 🙂

    • #57808
      WCFM Forum
      Keymaster

      Hi,

      We have added this option in WCFM latest update, 6.0.2

      You have this at Vendor Store Setting -> Visibility Setup

      Thank You

    • #57907
      Jose
      Participant

      Hi,

      Thanks so much !!

      I have a problem, because a long time ago I ask you to hide store visibility because we don’t need it.

      with this code: add_filter( ‘wcfm_is_allow_store_visibility’, ‘__return_false’ );

      But now we need to erase this one in functions.php and now we need to hide some options.

      Can you please help us with that ?

      Regards,

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

      Hi,

      Please use this snippet –

      add_filter( 'wcfm_marketplace_settings_fields_visibility', function( $visibility_fields, $store_id ) {
      	$visibility_fields = wcfm_hide_field( 'store_ppp', $visibility_fields );
      	$visibility_fields = wcfm_hide_field( 'store_hide_email', $visibility_fields );
      	$visibility_fields = wcfm_hide_field( 'store_hide_phone', $visibility_fields );
      	$visibility_fields = wcfm_hide_field( 'store_hide_address', $visibility_fields );
      	$visibility_fields = wcfm_hide_field( 'store_hide_policy', $visibility_fields );
        return $visibility_fields;
      }, 50, 2 );

      Thank You

    • #58299
      Jose
      Participant

      Resolved !

      Thanks so much !!

Viewing 13 reply threads
  • The topic ‘Add option at vendor to disable (hide) About us’ is closed to new replies.