Post by jmd87 » Fri Dec 20, 2013 6:19 am

Hi,

I have setup my site and would like it to make paypal popup in a window as I am currently using iframes (i have know way around this at the moment unless anyone has any ideas?) and paypal doens't support iframes for security reasons so thats why id like it to appear in a popup.

Can anyone advise please?

Many thanks
Joe

Newbie

Posts

Joined
Thu May 17, 2012 11:05 pm

Post by pnair39 » Fri Dec 26, 2014 12:32 am

Hello,
Using Opencart 1.5.6.4 and the PayPal Express checkout anyone have a fix for checking out inside frames? Thanks.

User avatar
New member

Posts

Joined
Thu Dec 25, 2014 12:24 pm

Post by jangme02 » Thu Aug 20, 2015 6:05 pm

jmd87 wrote:Hi,

I have setup my site and would like it to make paypal popup in a window as I am currently using iframes (i have know way around this at the moment unless anyone has any ideas?) and paypal doens't support iframes for security reasons so thats why id like it to appear in a popup.

Can anyone advise please?

Many thanks
Joe
jmd87!

i am using opencart 2.02
i guess some security reason , paypal doesn't allow you iframe payment.
this is how i slove the issue.

go to /home4/potatoc1/public_html/ your folder/catalog/view/theme/default/template/payment/

open pp_express.tpl

add target="_blank"

after <a href="<?php echo $button_continue_action; ?>"

==========================================================
<div class="buttons">
<div class="pull-right">
<a href="<?php echo $button_continue_action; ?>" target="_blank" class="btn btn-primary"><?php echo $button_continue; ?></a>
</div>
</div>

Newbie

Posts

Joined
Thu Aug 20, 2015 5:46 pm
Who is online

Users browsing this forum: No registered users and 1 guest