Home Forums Stripe Commissions & Gateway Support Using the new Stripe Express login

NOTICE: We've Moved to a Ticket System for Support

As of August 31, 2017 (12am EST) our support forums will be retired (read-only), and we will be moving to a support ticket system.Β  This will allow us to better organize and answer support requests, and provide a more personalized experience as we assist our customers.

For the time being, we will leave our forums open for reading and learning while we work on creating a more robust Knowledge Base for everyone to use.

If you are a WC Vendors Pro customer please open a support ticket here. 

If you are a WC Vendors user please open a support ticket on the Wordpress.org forums.

The information on this forum is outdated and in most instances no longer relevant. Please be sure to check our documentation for the most up to date information.

https://docs.wcvendors.com/

Thank you to all of our customers!

 

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #67960
    Julian Kanaan
    Participant

    Hi!

    Would it be possible to use Stripe’s new Connect Express account creation page?(https://stripe.com/docs/connect/express-accounts)

    It seems to be extremely similar to the Standalone account creation that the WC Connect plugin does. (It just uses a url with /express/ in it when the login url is generated.)

    All I want is the super clean onboarding page that Express does. πŸ™‚

    @fervous

    #67962
    Julian Kanaan
    Participant

    And I actually was able to onboard a few test users by using the url https://connect.stripe.com/express/oauth/authorize?….

    However, WC connect plugin fails to recognize these users as already having a Stripe acct upon being redirected πŸ™

    #67966
    Anna
    Member

    @jkanaan
    Neat! πŸ™‚
    Thank you for bring this to my attention.
    This may be something that we can work into our integration. Soon we will be updating and working with our Stripe Commissions & Gateway Plugin so this would be a great feature to include in that integration if at all possible.

    At this time, no it is not supported, but I will add this to the enhancements list for our plugin and keep you updated as I have any news.

    #67967
    Julian Kanaan
    Participant

    @fervous, you might actually try this on your site too if you use Connect, just add /express/ to your

    (https://connect.stripe.com/oauth/authorize?%5BTEST CLIENT ID]) link like I did above and try to onboard a test user.

    Super cool and clean.

    #67968
    Julian Kanaan
    Participant
    #67969
    Anna
    Member

    @jkanaan
    It’s super nice!

    #67970
    Julian Kanaan
    Participant

    And yes if you or Ben or any other developers start messing around with it and get it to work, I’d love to get the code snippets πŸ™‚

    #67971
    Anna
    Member

    @jkanaan
    Sure thing.. I will let you know as soon as I know anything. πŸ˜‰

    #67990
    Julian Kanaan
    Participant

    While I have this support tab open, is there a way to php echo a vendor’s email address onto their Store page?

    #67993
    Julian Kanaan
    Participant

    [deleted]

    #67995
    Julian Kanaan
    Participant

    This is what I’ve tried but it doesn’t echo the address:

    $email_vendor = get_user_meta( $vendor_id , β€˜_wcv_paypal_address’, true );
    
    <button class="emailbutton"><a href="mailto:<?php echo $email_vendor; ?>"></a>Email Creator
        	</button>
    #68035
    Anna
    Member

    Hello Julian,

    @jkanaan

    I think this should work (tested).
    Theme/child theme functions.php:
    https://gist.github.com/fervous/83739bcbf7e503114d0c1e8daeeb7775

    You’ll have to mess with it if you want to style it. πŸ˜‰

    #68088
    Julian Kanaan
    Participant

    Worked perfectly thanks! Very cool. Thanks for keeping up with the almost daily questions I ask.

    #68090
    Julian Kanaan
    Participant

    One last quick question:

    If I want to display a vendor’s commmission rate in their dashboard,
    would the following couple lines be appropriate? Am I using the right meta? (I just use a simple percent commission w/o any other flat fee complications.)

    <h3>
    <?php $commission_viewable 	= get_userdata( $vendor_id )->_wcv_commission_percent';
    	
    echo $commission_viewable; ?>
    </h3>
    #68357
    Anna
    Member

    @jkanaan
    I have tried a few times to write a functions to show the present commission percent of the vendor and I have, as of yet, been unsuccessful. There is something I am missing, but I cannot quite figure it out.
    when I have time I will work at it again.

    #68411
    Julian Kanaan
    Participant

    Thanks @fervous. If I can get it working I’ll report back too

Viewing 16 posts - 1 through 16 (of 16 total)
  • The forum ‘Stripe Commissions & Gateway Support’ is closed to new topics and replies.