• I wanted vendor to register and then after admin approval select and change membership plan from the vendor dashboard. so i used this code

    add_filter( ‘wcfm_is_allow_my_account_membership_subscribe’, ‘__return_false’ );

    https://ibb.co/YL30tNJ But now i dont see any place which vendors can change their membership. https://ibb.co/GsS8byv this is from where i got the code

Viewing 5 replies - 1 through 5 (of 5 total)
  • To change the membership, you cancel the one you have and then choose again, at least I don’t know otherwise.
    All configuration, products, coupons, etc … are kept.
    As for the code with removing it, you should return to the default situation.
    All the best.

    Have you tried the following with a live account?

    When the recurring subscriptions of Stripe or Paypal stop being paid or there is an error in the payment, the account of the seller who has not paid is automatically deactivated, or does it have to be manually deactivated?
    Greetings ^^

    Thread Starter shenalorlof

    (@shenalorlof)

    yes i tried on a live account, and the payment method was bank transfer i accepted as an admin. that’s how it went. but cant change the subscription from the dashboard

    First I would remove that code where this post I guess functions.php or code snippets.
    From the wcfm administrator panel you can switch between different levels.
    From the seller panel in settings/membership you will not be able to because the option is not there, but if you cancel the active membership and choose a new membership again, paying of course, you will regain the same account with the same content but with a different membership.
    I hope I’ve helped.

    • This reply was modified 3 years, 1 month ago by neoset.
    Thread Starter shenalorlof

    (@shenalorlof)

    Hi,
    I think my question is not clear to you dear supporter. What I want is let a vendor register as a normal vendor (free vendor) without going to a membership plan page. And from the vendor dashboard let the vendor choose his membership plan.

    Skip membership page on registration and through the dashboard choose membership and pay is what I want.

    Thank you

    • This reply was modified 3 years, 1 month ago by shenalorlof.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘NOT working – Membership change from vendor dashboard’ is closed to new replies.