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