Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Feature Request › Add option at vendor to disable (hide) About us
- This topic has 13 replies, 2 voices, and was last updated 5 years, 10 months ago by
Jose.
- AuthorPosts
- March 12, 2019 at 2:58 pm #52293
Jose
ParticipantHi,
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
- March 12, 2019 at 4:51 pm #52312
WCFM Forum
MemberHi,
Ok, we will add this in coming update.
Thank You
- March 22, 2019 at 12:02 pm #53993
Jose
ParticipantHi,
Will this be when the membership plugin has an update or this has not been possible in the recent update?
Regards,
- March 23, 2019 at 11:07 am #54154
WCFM Forum
MemberNo, this will come with WCFM Marketplace update.
Thank You
- April 1, 2019 at 1:12 pm #55586
Jose
ParticipantHi,
You could add this request ?, it does not look very empty.
Regards,
- April 2, 2019 at 5:27 pm #55802
WCFM Forum
MemberSure, will do.
- April 10, 2019 at 2:42 pm #57169
Jose
ParticipantHi,
Sorry if I insist, but I hope you can add these feature.
Regards,
- April 11, 2019 at 4:44 pm #57301
WCFM Forum
MemberSure, we will add this, I already told you 🙂
- April 11, 2019 at 4:46 pm #57302
Jose
ParticipantHi,
Thanks a lot and sorry !!
Regards,
- April 12, 2019 at 8:24 pm #57493
WCFM Forum
MemberIt’s OK, you are welcome 🙂
- April 15, 2019 at 5:42 am #57808
WCFM Forum
MemberHi,
We have added this option in WCFM latest update, 6.0.2
You have this at Vendor Store Setting -> Visibility Setup
Thank You
- April 15, 2019 at 2:30 pm #57907
Jose
ParticipantHi,
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. - April 17, 2019 at 10:52 am #58274
WCFM Forum
MemberHi,
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
- April 17, 2019 at 12:32 pm #58299
Jose
ParticipantResolved !
Thanks so much !!
- AuthorPosts
- The topic ‘Add option at vendor to disable (hide) About us’ is closed to new replies.