richieathome Posted January 21, 2005 Posted January 21, 2005 Hello, I am trying to install a shopping cart for a friend, I have it all working perfectly apart from this one problem: I am running the cart in an iframe and everything fits without scrolling until the Paypal cart is loaded after order confirmation. Is there any way to alter the code to have the link target to a new browser window? Thanks in advance to anyone that can help. Rich
sharkey Posted May 4, 2005 Posted May 4, 2005 Hello, I am trying to install a shopping cart for a friend, I have it all working perfectly apart from this one problem: I am running the cart in an iframe and everything fits without scrolling until the Paypal cart is loaded after order confirmation. Is there any way to alter the code to have the link target to a new browser window? Thanks in advance to anyone that can help. Rich <{POST_SNAPBACK}> *bump* Same question as paypal seems to dislike Iframes, when the site is open on its own it works, when it's in an iframe you get an error from paypal.
sharkey Posted May 30, 2005 Posted May 30, 2005 $add_param = ""; if ($$payment->code == "paypal") {$add_param = " target='_blank'";}; *bump* Same question as paypal seems to dislike Iframes, when the site is open on its own it works, when it's in an iframe you get an error from paypal. <{POST_SNAPBACK}>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.