Forum Replies Created

Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • in reply to: Question on Stripe #73092
    Jumper
    Participant

    @rodperiera thanks for reaching out πŸ™‚

    In short we were able to achieve what we wanted. But, not for the purpose you describe. We only wanted to hold the funds for less than 5 days, so not until the product was shipped like you are after.

    We vet all our vendors so we have a little control, this is to mitigate the problem I am gathering you want to avoid…and just send payment directly/automatically to the vendor on purchase.

    The only really way I know of doing that is to take the payment yourself into your Paypal then pay a commission…

    So, sorry can’t help in relation to your situation. Best of luck!!

    in reply to: Shipping From: Other Address is not working #67836
    Jumper
    Participant

    @fervous thank you πŸ™‚

    in reply to: Shipping From: Other Address is not working #67325
    Jumper
    Participant

    Hi @FERVOUS

    I’ve just double checked this… we have it installed and is there?

    See screenshot?

    Unless we missed something?

    Thanks,
    J

    in reply to: Shipping From: Other Address is not working #67247
    Jumper
    Participant

    Hi @fervous
    Thanks for your help on this. We are still getting an invalid message.

    We developed on another server, but that server is no longer active – we cancelled the subscription and don’t have access to it? So, I’m not sure if somehow it’s still stuck on this?

    Any ideas?

    Thanks again

    J

    in reply to: Shipping From: Other Address is not working #67213
    Jumper
    Participant

    @fervous

    Thank you for the advice! Appears this fixed updates plus some mods fixed these issues. There was a reason they were holding off from updating.

    However, now they have updated. There is now an issue with inserting licence key it states it’s “invalid”?

    J

    in reply to: Shipping From: Other Address is not working #67039
    Jumper
    Participant

    @FERVOUS

    Hello,

    Thank you for these suggestions. We have tested your suggestions, tried with Storefront, tried deactivating all the plugins and no such luck?

    Any ideas?

    J

    in reply to: Question on Stripe #52037
    Jumper
    Participant

    @ben just bumping this up as per your advice! Been away so couldn’t get in prior to the 1st.

    How are we looking on it?

    Thanks again and hope you guys had a good Christmas!

    in reply to: Question on Stripe #49984
    Jumper
    Participant

    @digitalchild Hi Jamie, did you have a chance to look at this? πŸ™‚

    in reply to: Question on Stripe #49106
    Jumper
    Participant

    @digitalchild this is excellent news – thanks mate. Let me know if you have any questions.

    Thank again!

    in reply to: Question on Stripe #48745
    Jumper
    Participant

    @digitalchild thanks for your response Jamie, we really appreciate it. Do you have any forecast as to when that would be?

    Appreciate all the help thus far!

    in reply to: Question on Stripe #48688
    Jumper
    Participant

    HI @ben & @fervous

    Just following up on the above – would you have an ETA as to when it will be implemented and available? We are eagerly awaiting it so we can release our product

    Thank you πŸ™‚

    in reply to: Question on Stripe #48412
    Jumper
    Participant

    Hi Anna @fervous

    This is great, thanks for the follow up.

    Do you have an ETA on this update? We are in need of it for our impending launch. It is very important to us.

    Thanks, I look forward to hearing.

    in reply to: Question on Stripe #48078
    Jumper
    Participant

    Hi Anna @fervous and Ben @ben

    Just wondering if you had an update on where this is at, has this been implemented yet?

    I look forward to hearing from you.

    Thanks,

    in reply to: Question on Stripe #47679
    Jumper
    Participant

    @ben

    One of our devs put this together. Can we please add this as it is necessary for what we are doing. Please see below. I look forward to hearing from you. Also attached files for your review.

    Line and function for Filter to be added
    Class Name : /classes/class-wc-gateway-stripe.php
    function name : process_payment
    line no : 484
    variable name : $order_data
    add a filter here so that we can add our parameter named
    capture=> false;
    $order_data = apply_filters(β€œYOUR_HOOK_NAME_PLEASE”,$order_data);

    Hook 2:
    Class Name : /classes/class-wc-gateway-stripe.php
    function name : process_payment
    Line No. 490
    /* Added action By Ramandeep Singh */
    do_action(‘stripe_change_id_generated’,$order_id,$charge->id);
    /* end action By Ramandeep Singh */

    // Changes on FILE /gateway-stripe.php

    Line 157 : $stripe_user_id = $oauth->getUserId();/* Line Added By Ramandeep */
    Line 160 : update_user_meta( get_current_user_id(), ‘_stripe_connect_user_id’, $stripe_user_id );

    in reply to: Question on Stripe #44983
    Jumper
    Participant

    Hi Ben, Bumping this up again. Really would like to get this hook sorted @ben hopefully you see this one πŸ™‚

    Please see above message

    in reply to: Question on Stripe #44777
    Jumper
    Participant

    Hi Ben,

    Just bumping this up again. Seems as thought there was a flood of message and we got shuffled down πŸ™‚ Hope you can help with the above ^^^^

    in reply to: Question on Stripe #44695
    Jumper
    Participant

    Hey Ben,

    We need to add our parameter called “‘capture’ => false ” in the array or object the stripe plugin makes that is to be sent to stripe to create a charge.. so this variable will allow us to auth the charge and capture it later, so if you guys could add hook in appropriate place in your plugin , then we can hook in our function and modify that array with additional param said above. If you guys could do that, it would be awesome.. πŸ™‚

    in reply to: Question on Stripe #44622
    Jumper
    Participant

    Bumping this up. May have been missed. Thank you

    in reply to: Question on Stripe #44532
    Jumper
    Participant

    Hi Ben,

    Not sure if you saw my last message. Can you please let me know when you get a chance thanks

    in reply to: Question on Stripe #44476
    Jumper
    Participant

    Hi Ben,

    One further clarification.

    If we create an Auth/Capture via Stripe. We will need our custom code to run while in checkout, and add a set capture parameter to false.

    Do we have hooks implemented in the Stripe Gateway plugin where we can add this additional code?

    Thanks

    in reply to: Question on Stripe #44468
    Jumper
    Participant

    Thanks Ben – really appreciate the prompt answer. I will run it past my guys

Viewing 21 posts - 1 through 21 (of 21 total)