Hello, I have a course calendar as a product witch each course have your own form with: price, date and location
I need to integrate each form with paypal action.
How to do that? (i alread know i will purchase extra license for action)
I have Chronoforms V4 Version 4.0.4
Thanks
Clovis
Hi Clovis,
If these are courses which are 'real-world' deliverable then you can use the ReDirect URL and ReDirect User actions to send the user to PayPal to pay. The only thing then is that the admin has to look out for any 'failed' payments and deal with them (probably by emailing the user).
If they are 'virtual' courses that are immediately delivered then you need one of the PayPal methods that offers Instant Payment Notification. You can do this with Max's actions, or by hand-coding a form action to handle the PayPal confirmation that is needed.
Bob
I needed to hand-code because we change paypal to PagSeguro (Brazilian payment like paypal) works fine using redirect url and custom UniqueID action. Thank you