• Resolved Brazz

    (@brazz)


    We’re implementing Jigoshop in our website. For now we will only permit payments with iDeal – and we use the Pronamic iDeal plugin. Everythings works fine – ordering, paying etc. But after a succesful payment using iDeal, the status in Jigoshop continues ‘pending’. That means p.e. that Jigoshop will not send an e-mail informing the client that the order was paid and will be sent a.s.a.p.

    How can we fix this? Because right now we have to manually change the status in Jigoshop.

    I’ve tried to study the php-files of the plugin and as for now, the only updat_status I found is in the doc IDealGateway.php in the map /Jigoshop/Ideal:

    $order->update_status(‘pending’, __(‘Pending iDEAL payment.’, ‘pronamic_ideal’));

    Should I change/add something or…?

    https://www.ads-software.com/extend/plugins/pronamic-ideal/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Remco Tolsma

    (@remcotolsma)

    Which iDEAL bank / variant do you use?

    Thread Starter Brazz

    (@brazz)

    We use ABN Amro iDeal Easy.

    Plugin Author Remco Tolsma

    (@remcotolsma)

    With the ABN AMRO iDEAL Easy variant the bank will not communicate the payment status back to WordPress/Jigoshop. It’s also not possible to request the payment status. Therefore the payment must be checked manually and the status of the order should be manually adjusted.

    Thread Starter Brazz

    (@brazz)

    Ok, thnx Remco for your quick reply! I guess we have to upgrade our iDeal-account then…

    Thread Starter Brazz

    (@brazz)

    Hi Remco. One more question: is there *any* ABN Amro iDEAL service that communicates the payment status back to WordPress/Jigoshop? We upgraded to ABN Amro Ideal Only Kassa – but the status continues pending (after a succesful payment).
    Thnx!

    Plugin Author Remco Tolsma

    (@remcotolsma)

    One more question: is there *any* ABN Amro iDEAL service that communicates the payment status back to WordPress/Jigoshop?

    Yes, the “ABN AMRO – iDEAL Only Kassa” and “ABN AMRO – iDEAL Zelfbouw” should support this.

    We upgraded to ABN Amro Ideal Only Kassa – but the status continues pending (after a succesful payment).
    Thnx!

    Did you enter the return URL in het internetkassa environment?

    Thread Starter Brazz

    (@brazz)

    Eehh… Well, I filled in the Accepturl (mywebsite.com/ideal/ideal-betaling-voltooid/) etc. Is that what you mean?

    It’s hard to find any specific info about Jigoshop settings and/or iDeal plugin… Is there any how to about this topic?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Pronamic iDEAL] After succesful payment Jigoshop-status still shows 'pending'’ is closed to new replies.