Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › connect vendors to STRIPE
- This topic has 3 replies, 2 voices, and was last updated 4 years, 6 months ago by Gregorio.
- AuthorPosts
- April 28, 2020 at 10:24 pm #124383GregorioParticipant
Hello,
we are trying to let our vendors to connect their accounts on our market, made with wcfm with ultimate, to stripe, but we have a problem: we want to let them connect with standard connect account, but the link of the “connect with stripe” button refers to an EXPRESS account instead of a STANDARD account that’s the one I need for those vendors who have a Stripe account already.Can you help us to understand how to customize the button link?
Thank you,
Gregorio - April 29, 2020 at 6:04 pm #124663paul-8288Participant
Yes, I have this same problem been going backwards and forwards with stripe, when it turns out that the oauth link creates the express account.
- April 29, 2020 at 6:18 pm #124666paul-8288Participant
I have been having a play around, adding this to my Themes functions.php file seems to do the trick, looking at past topics it appears that it is now defaulting to express rather than standard.
add_filter( 'wcfm_is_allow_stripe_express_api', '__return_false' );
- April 29, 2020 at 9:23 pm #124737GregorioParticipant
Thank you for the suggestion: the workaround works! I did the same in the code of the plugin before, but wasn’t working yet. That’s easy and it works! Also, to avoid to loose it in some wp’s update, I used a php snippet to activate the filter.
For the moment it’s a working solution, but I think should be fixed in a next release of wcfm.
- AuthorPosts
- You must be logged in to reply to this topic.