Home » Item #875
When someone clicks the "Make the Order" button (using PayPal as the payment system), a new window pops up (the PayPal site), and the CactuShop page redirects to the home page. Unfortunately, with pop-up blockers installed on a users browser, the PayPal window does not appear. Is there an easy way to bypass the pop-up feature, and allow the PayPay window to appear?
Yes. This behaviour was originally coded because PayPal didn't allow the user to be forwarded back to the CactuShop after a transaction was finished, hence we wanted to keep the CactuShop window open and spring a new one for PayPal. But the proliferation of pop up blockers, many of which block more than just javascript-launched ones means this can cause problems.
To fix the issue, just open up PAYPAL_mailorder.asp and do a search in your text editor for this (or go to line 259):
target="_blank"