Customize the woocommerce step by step setup

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!

Viewing 4 reply threads
  • Author
    Posts
    • #119054
      arthurmoreirabsi
      Participant

      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.

    • #119530
      Molay Das
      Keymaster

      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,

    • #120062
      arthurmoreirabsi
      Participant

      Thank you. I’ll give it a try.

    • #121063
      arthurmoreirabsi
      Participant

      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.

    • #121251
      Molay Das
      Keymaster

      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,

Viewing 4 reply threads
  • You must be logged in to reply to this topic.