Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Paypal Cart target window


richieathome

Recommended Posts

Posted

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

  • 3 months later...
Posted
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

 

*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.

  • 4 weeks later...
Posted

$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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...