Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Customize the woocommerce step by step setup
- This topic has 4 replies, 2 voices, and was last updated 4 years, 7 months ago by Ramamurthy Krishnan.
- AuthorPosts
- April 14, 2020 at 6:41 pm #119054arthurmoreirabsiParticipant
I wanted to remove the SEO tab on the woocommerce step by step setup. Since it’s a multivendor platform, most of the users will have no idea what SEO is. I’ve tried reaching out to woocommerce support aswell but they weren’t very helpful.
- April 16, 2020 at 12:24 am #119530Ramamurthy KrishnanKeymaster
Hi,
Are you talking about the SEO tab that appears while store setup?
If yes then add the below code to your child theme’s functions.php file or if you don’t have child theme then use Code Snippet plugin (https://wordpress.org/plugins/code-snippets/) to add the below code.function remove_seo_tab($steps) { unset($steps['seo']); return $steps; } add_filter('wcfmmp_store_setup_steps', 'remove_seo_tab');
Thanks,
- April 17, 2020 at 7:40 pm #120062arthurmoreirabsiParticipant
Thank you. I’ll give it a try.
- April 20, 2020 at 9:16 pm #121063arthurmoreirabsiParticipant
Worked great. I couldn’t find an option to edit my previous answer or mark your answer as correct. I guess I don’t need to. Thanks anyway.
- April 21, 2020 at 11:39 am #121251Ramamurthy KrishnanKeymaster
Hi,
Glad to hear it work for you. 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.
Thanks,
- AuthorPosts
- You must be logged in to reply to this topic.