• Resolved lramos

    (@lramos)


    When a new vendor signs up to a paid subscription and uses stripe to pay for it, after a successful payment, stripe is redirecting the user to the start of the registration process (“choose plan” on my website) and registers him as a subscriber, as opposed to as a vendor. I set up the right redirections hooks on stripe and I have the APPROVE VENDOR disabled on the admin side of things, so they don’t need the admin approval to start their store. I think this may be a bug with the last update.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WC Lovers

    (@wclovers)

    I have the APPROVE VENDOR disable

    = Be sure it’s disabled at individual membership plan level

    Thread Starter lramos

    (@lramos)

    I have. It’s disabled everywhere. New vendors are still registered as subscribers. If it’s a free commission based plan they get registered as vendors but if they subscribe to a paid plan using stripe I always have to manually approve them.

    Plugin Author WC Lovers

    (@wclovers)

    but if they subscribe to a paid plan using stripe I always have to manually approve them.

    – No, they will also turn into vendor in few seconds when Stripe IPN will receive. If IPN not enabled at payment gateway account then it will not work.

    It’s same as WooCommerce order, orders mark as complete/processing using IPN.

    It’s possible to overlook this IPN and mark users as vendor from beginning, but that will be a security concern. Hope you do not want to have this.

    If you want, then know me I will give you snippet for this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Stripe Membership #2’ is closed to new replies.