This object is in archive! 

Not Transferring to PayPal Website

Robert C. shared this problem 9 years ago
Solved

I have added PayPal as a payment option, but when I test it by clicking on it to make the deposit, it says "waiting for http://www.paypal.com"; at the bottom of the screen, but never transfers the user there so they can make payment. Please advise. Thank You!

Best Answer
photo

This happens if you have integrated the quote page on your website with an iframe (which you have).


I have fixed it for you, but for refrence here is the fix:


What you need to do is:

1. go to Settings->Customer->Pages (Switch it to advanced if it is using the old simple pages and is not already in advanced mode) 2. Then edit the Contract page's HTML

3. For the Paypal form, add target="_blank" to it

  1. <form action="https://www.paypal.com/cgi-bin/webscr"; method="post" target="_blank">

Comments (1)

photo
1

This happens if you have integrated the quote page on your website with an iframe (which you have).


I have fixed it for you, but for refrence here is the fix:


What you need to do is:

1. go to Settings->Customer->Pages (Switch it to advanced if it is using the old simple pages and is not already in advanced mode) 2. Then edit the Contract page's HTML

3. For the Paypal form, add target="_blank" to it

  1. <form action="https://www.paypal.com/cgi-bin/webscr"; method="post" target="_blank">

Replies have been locked on this page!