How to Make Paypal’s Continue Shopping Button Work in Firefox
Just a quickie, since I’ve seen this question around a lot.
If you follow Paypal’s instructions for their basic shopping cart (the one that takes the visitor to Paypal from your site, with their “Add to Cart” button), the “Continue Shopping” button will not work in Firefox. It also opens the window in a new tab, and may make it full screen height.
The workaround is simple. In each form tag, put target=”self”. Add a new input tag, type=”hidden”, name=”shopping_url”, value=”whatever_url_you_want_continue_shopping_to_point_at.html”.
