Feature Request: Open New Window for paypal

  • John McHugh-Dennis
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 10 months ago #20570 by John McHugh-Dennis
Feature Request: Open New Window for paypal was created by John McHugh-Dennis
It would be cool if you could configure the form or module to open a new window when it redirects to the paypal screen.

Please Log in or Create an account to join the conversation.

More
12 years 10 months ago #20586 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Feature Request: Open New Window for paypal
Hi

You can edit the code alitle to make it works as expected. Please follow the instruction below :

1. Open the file components/com_jdonation/payments/os_paypal.php

2. Find the code below :
Code:
<form method="post" action="<?php echo $this->_url; ?>" name="os_form" id="os_form">

3. Change it to :
Code:
<form method="post" action="<?php echo $this->_url; ?>" name="os_form" id="os_form" target="_blank">

After that it should work as expected.

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Dang Thuc DamDang Dam