• Hy,

    We are preparing the usage of your plugin for Paypal Plus in Germany.

    We have two problems with the Paypal Plus integration, because we have one payment method, which limit the shipping methods to “Pickup” and remove shipping cost. So we need to trigger “update_checkout” during selection.

    Because we have the luck to have a contact with “Paypal integration developer”, I get the info, the “enableContinue” function is called every time the selection is done. So I add
    jQuery('body').trigger('update_checkout');
    to your “setPayment” method and get this running.

    The second problem is the limit of 25 chars for third Party payment methods. Your plugin don’t truncate additional chars, which result in wrong payment method is set. (We modify payment names to less then 25 chars now, because truncated labels looks terrible)

    I tried to push the change to your github repo, but it looks like you already started to separate Paypal Plus in extra Plugin.

    Additionally I add the imageUrl parameter to thirdPartyPaymentMethods Array with correct values, but it isn’t shown. I’m asking our contact because of this.

    Regards,
    Stefan

    https://wordpress.org/plugins/paypal-for-woocommerce/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor angelleye

    (@angelleye)

    We are just about to release a new, separate plugin for PayPal Plus that resolves these issues and any others that have been reported by users of this beta integration.

    We’re just tying up a few loose ends with PayPal and then we’ll have it released, hopefully within a week or two at the most.

    Thread Starter swarnat

    (@swarnat)

    Hy,

    That will be great. I found and fix some more issues with the implementation, but will wait and recheck them when you release the new plugin. I hope it’s not too far away.

    Let me know, If I could help you in some point.
    I could help you with external tests, because I’m also able to hunt and determine issues in code.

    Regards,

    Stefan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Paypal Plus] Add "update_checkout" Trigger during Payment Selection’ is closed to new replies.