Click to See Complete Forum and Search --> : Paypal Payment Gateway Pop-Up


zbventure
08-12-2004, 02:15 PM
Hello, I've created a payment gateway for my website that is essentially a "pay now" link via paypal. Unfortunately every browser blocks this process as a "pop-up". Is there any way around this without using frames or the existing browser window? I am not dealing with users who can turn off their pop-up blocking easily. I also would like to keep my site open after payment is processed through paypal. Thank you in advance.

crh3675
08-13-2004, 01:01 PM
Don't use a popup. Just use a link like:

<a href="link_to_gateway" target="_blank">link</a>

rsd
08-26-2004, 03:56 PM
Instead of using PayPals 'pay now' buttons, use their shopping cart buttons. You can set that up to return to your site when the payment process completes.