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
Checkout/Paypal on _blank / new...
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
to
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!
Thanks !!!
Another suggestion for SCCPro, choose targets
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.