• Resolved christoff57

    (@christoff57)


    Hi, with regards to progress bar suggestions below

    Suggestion(s): Add Store Logo, Set your payment method, Setup Store Customer Support, Setup Store SEO

    Do you have a snippet to hide:
    1. “Set your payment method”
    2. “Setup store SEO”

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Abner

    (@abnersamwebdev)

    Hello, this snipped worked for me

    add_filter('wcfmmp_store_setup_steps', 'remove_seo_tab');
    function remove_seo_tab($steps) {
        unset($steps['seo'], $steps['payment']);
        return $steps;
    }
    • This reply was modified 4 years, 4 months ago by Abner.
    Thread Starter christoff57

    (@christoff57)

    Thank you, I presume it will only work if new vendor signs up, not for current vendors?

    Abner

    (@abnersamwebdev)

    I used this snippet to hide the steps in registering new vendors.
    I believe you can disable this in the vendor’s capacity options.
    But I removed it from the account panel with CSS

    Thread Starter christoff57

    (@christoff57)

    Thanks, appreciate your quick response

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide “Setup store SEO” from store progress bar’ is closed to new replies.