Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › A few issues I need help with
- This topic has 5 replies, 2 voices, and was last updated 5 years, 1 month ago by WCFM Forum.
- AuthorPosts
- September 23, 2019 at 7:27 am #83065xximinabandxxParticipant
1. On the vendor profile completeness bar, is there a way to make this bar disappear? I selected some options that I do not need my vendors to have on their shop pages http://prntscr.com/p9lnws but it still displays the bar as incomplete http://prntscr.com/p9ljnw
2. Is there anyway to not require vendors to have to put in their paypal api info? http://prntscr.com/p9loiv
3. How can I disable Yoast Seo from displaying in the vendors products page? http://prntscr.com/p9lpwz
- September 24, 2019 at 10:13 am #83340WCFM ForumMember
HI,
1. On the vendor profile completeness bar, is there a way to make this bar disappear? I selected some options that I do not need my vendors to have on their shop pages http://prntscr.com/p9lnws but it still displays the bar as incomplete http://prntscr.com/p9ljnw
– Add this line to your site –
add_filter( 'wcfm_is_allow_profile_complete_bar', '__return_false' );
2. Is there anyway to not require vendors to have to put in their paypal api info? http://prntscr.com/p9loiv
– If you are using ‘Direct PayPal Pay’ addon then these are required. otherwise payment will not process on-behalf of vendors!
3. How can I disable Yoast Seo from displaying in the vendors products page?
– Add this to your site –
add_filter( 'wcfm_is_allow_seo', '__return_false' );
Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/Thank You
- September 24, 2019 at 11:22 am #83357xximinabandxxParticipant
Awesome! Thank you so much for the help!
- September 24, 2019 at 12:32 pm #83361WCFM ForumMember
You are always welcome 🙂
Let me know if there’s anything else we can help you with.
Can we ask for a favor? Would you mind taking a few minutes to review our plugin at https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/ and let others know about your 5 Star experience with WCFM Marketplace. Also, follow us on Twitter https://twitter.com/wcfmmp for more exciting news, important updates, and irresistible offers. - September 24, 2019 at 12:46 pm #83368xximinabandxxParticipant
I’m still awaiting to hear back on some e-mails from the custom work that was done for my website. There’s a few things that need to be fixed. I will follow the twitter and I have left a 5 star review before.
- September 26, 2019 at 11:09 am #83704WCFM ForumMember
Sure, we will take care of those soon.
- AuthorPosts
- The topic ‘A few issues I need help with’ is closed to new replies.