Checkout/Paypal on _blank / new...

User 503621 Photo


Registered User
266 posts

Im trying to integrate SCC into an existing site,it looks that it works wonderful using
the iframe,but when you buy an item,the merchant page (i.e. Paypal) shows on the actual iframe !
Is there a way to make the payment on a blank or new window ???
Thanks
User 364143 Photo


Guest
5,410 posts

Links from a iframe will open in the iframe unless you add target="_top" to the link.

Maybe change the ccdata\data\goppwps.inc.php to include target="_top".

from
<form style="display:inline;" action="<?php echo $myPage->getUrl('cancel'); ?>" method="POST">

to
<form style="display:inline;" action="<?php echo $myPage->getUrl('cancel'); ?>" method="POST" target="_top">
CoffeeCup... Yeah, they are the best!
User 503621 Photo


Registered User
266 posts

Thanks !!!
Another suggestion for SCCPro, choose targets

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.