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, 7 months ago by Jose.
- AuthorPosts
- March 12, 2019 at 2:58 pm #52293JoseParticipant
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
- March 12, 2019 at 4:51 pm #52312WCFM ForumMember
Hi,
Ok, we will add this in coming update.
Thank You
- March 22, 2019 at 12:02 pm #53993JoseParticipant
Hi,
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 #54154WCFM ForumMember
No, this will come with WCFM Marketplace update.
Thank You
- April 1, 2019 at 1:12 pm #55586JoseParticipant
Hi,
You could add this request ?, it does not look very empty.
Regards,
- April 2, 2019 at 5:27 pm #55802WCFM ForumMember
Sure, will do.
- April 10, 2019 at 2:42 pm #57169JoseParticipant
Hi,
Sorry if I insist, but I hope you can add these feature.
Regards,
- April 11, 2019 at 4:44 pm #57301WCFM ForumMember
Sure, we will add this, I already told you 🙂
- April 11, 2019 at 4:46 pm #57302JoseParticipant
Hi,
Thanks a lot and sorry !!
Regards,
- April 12, 2019 at 8:24 pm #57493WCFM ForumMember
It’s OK, you are welcome 🙂
- April 15, 2019 at 5:42 am #57808WCFM ForumMember
Hi,
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 #57907JoseParticipant
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. - April 17, 2019 at 10:52 am #58274WCFM ForumMember
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
- April 17, 2019 at 12:32 pm #58299JoseParticipant
Resolved !
Thanks so much !!
- AuthorPosts
- The topic ‘Add option at vendor to disable (hide) About us’ is closed to new replies.