Hello,
First of all, let me apologise for my english, it's not my native language.
I have a problem with Chronoform (obviously). This should work this way :
- An application send informations to the form (simulated by a post form for now)
- Users are redirected to Paypal (one product, no shipping, just a name and a price), done with Redirect URL & user
- After paypal, users recieve an email with an URL (given by the application at the beginning)
Here is my problem : Everything works, except for the listener. I have an email sent before (for test purposes) that i recieve... But not the ones i gave in the listener.
I tried with DB saves, but this is not working too...
Here is a screen of my configuration.
Moreover, the redirect URL is set this way :
currency_code=EUR
cmd=_xclick
business=<my_sandbox_email_test>
lc=FR
item_name=test
amount=42
quantity=1
no_note=1
no_shipping=1
notify_url=http://46.255.181.126/InsideJoomla/index.php?option=com_chronoforms&chronoform=Paypal_send&event=ipn
event=ipn

The custom code only try a manual database save in a custom table. Not working too.
i'm sure this is trivial, but i can't figure it out. I've searched on this forum.
By the way, this plugin is awesome!
First of all, let me apologise for my english, it's not my native language.
I have a problem with Chronoform (obviously). This should work this way :
- An application send informations to the form (simulated by a post form for now)
- Users are redirected to Paypal (one product, no shipping, just a name and a price), done with Redirect URL & user
- After paypal, users recieve an email with an URL (given by the application at the beginning)
Here is my problem : Everything works, except for the listener. I have an email sent before (for test purposes) that i recieve... But not the ones i gave in the listener.
I tried with DB saves, but this is not working too...
Here is a screen of my configuration.
Moreover, the redirect URL is set this way :
currency_code=EUR
cmd=_xclick
business=<my_sandbox_email_test>
lc=FR
item_name=test
amount=42
quantity=1
no_note=1
no_shipping=1
notify_url=http://46.255.181.126/InsideJoomla/index.php?option=com_chronoforms&chronoform=Paypal_send&event=ipn
event=ipn

The custom code only try a manual database save in a custom table. Not working too.
i'm sure this is trivial, but i can't figure it out. I've searched on this forum.
By the way, this plugin is awesome!