- Posts: 5
- Thank you received: 0
Feature Request: Open New Window for paypal
- John McHugh-Dennis
- Topic Author
- Offline
- New Member
-
Less
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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 :
3. Change it to :
After that it should work as expected.
Tuan
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 Dam, Dang Dam
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.