Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Michael Bengtsson

    (@michaelbengtsson)

    Hi @flymke,

    I have a guess as to what might be wrong here, and i will see if we can solve it. Right now we run the new gateways process_payment function before we set the payment method. We do this to make checks before updating the payment method so that if something goes wrong its more obvious that it was run through the KCO checkout. But we might need to rethink this. I will run some tests and see what we might be able to do later today and get back to you.

    Plugin Author Michael Bengtsson

    (@michaelbengtsson)

    @flymke Ok i have a fix now that works for BACS, that will require us to make a change to the KCO plugin regarding the flow. We will first make sure that this does not break and current integrations that works with the flow we have now however, but if it looks good we will include this in a release soon.

    Hopefully it wont cause to much issues for you until a fix is out, but if you want to solve it yourself you can move the code here to bellow row 139, so after the $order->save line.

    Thread Starter flymke

    (@flymke)

    Hi Michael, thanks for the quick help. I just tried that but unfortunately the confirmation still holds the wrong payment method ??

    Can you check again? Thank you!!!

    Thread Starter flymke

    (@flymke)

    Actually it seems that since we’ve activated Klarna checkout we also get multiple order confirmation emails. For example: I made a test order now, we got 2 order confirmation emails (I think this actually happens everytime now since we’ve enabled Klarna checkout).
    Furhter BACS is only displayed in the very last confirmation email. The first order confirmation still shows “Klarna Checkout”.
    So actually the problem still exists + we have another problem with multiple emails now. Can you check again?
    Thanks for your help

    Plugin Author Michael Bengtsson

    (@michaelbengtsson)

    Hi again,

    I’m not sure if you might have copied the code and not moved it. But we have a branch you can test now. You can download it here

    Thread Starter flymke

    (@flymke)

    Hi Michael, ok thank you. I will test it.
    For a quick solution we have now unhooked the confirmation emails when the customer places an order and are now sending the confirmation on the thank you page – that seems to work in the meantime.

    Plugin Author Michael Bengtsson

    (@michaelbengtsson)

    @flymke This has now been released so i will close this topic! If you have more issues regarding this let me know and ill take a look at it.

    Thread Starter flymke

    (@flymke)

    Thank you! (sorry for not responding, the fix unfortunately didn’t work so we moved the confirmation emails to be triggered on the thank you page, which did the trick for us)

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘External Payment Method not reflecting in order confirmation’ is closed to new replies.