Forums

Paypal redirect not redirecting

cham 19 Jul, 2015
I have used both the demo paypal form and created my own form and filled out the details for each according to the tutorial. When ever i submit my form it takes me to a blank page on my site, instead of redirecting me to paypal. When I turn debug on and submit the form it shows the Paypal URL below on the page instead of redirecting me to that page. I am using the paid Paypal action.

https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=myaccount%40hotmail.com&no_shipping=1&no_note=1&return=¤cy_code=USD&item_name=test&quantity=1&amount=99.00&

(amended for privacy)

This is the URL of the temporary site i am wokring on
http://uk602.directrouter.com/~jmvasjlj/index.php/take-payment/
cham 19 Jul, 2015
I have already followed that and it was of no help.
GreyHead 19 Jul, 2015
Hi cham,

I'm not familiar with the inner workings of ChronoForms on WordPress - please ask Max directly using the Contact Us link above and linking to this thread.

If you add a DeBugger action do you get any output when the form submits?

Bob
cham 19 Jul, 2015
Thankyou GreyHead

Here is the info from the Debug
Array
(
    [page] => Chronoforms5
    [chronoform] => testpaypal
    [event] => submit
    [item] => test
    [total] => 99.00
    [quantity] => 1
    [button3] => Submit
)
GreyHead 19 Jul, 2015
Hi cham,

Thank you - sadly it doesn't tell me anything helpful. Let's see what Max has to say.

Bob
Max_admin 19 Jul, 2015
Hi,

What about the demo paypal form, does it work as expected without any changes ?

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
cham 19 Jul, 2015
It may be unrelated but i am getting some 404's when i use the chronoforms plugin, on some occasions on clicking save on a form and also on trying to create a table in the list of forms page.
cham 20 Jul, 2015
I have just done a entirely clean install in a sub folders with the just chrono forms and the paypal form and received the exact same errors.

this is the location of the new form
http://uk602.directrouter.com/~jmvasjlj/wp/fresh/?page=Chronoforms5&chronoform=demo-paypal-redirect

I am wondering if the issue is related to using wordpress on a temporary url. To do this I had to add the following lines to the wp-config.php to let paths work correctly.

define('WP_HOME','http://uk602.directrouter.com/~jmvasjlj/wp/fresh/');
define('WP_SITEURL','http://uk602.directrouter.com/~jmvasjlj/wp/fresh/');


Do you think these could be causing the issue ? and if so, what can i do about it ?
This topic is locked and no more replies can be posted.