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!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
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>
Who is online
Users browsing this forum: No registered users and 1 guest