- Posts: 5
- Thank you received: 0
Cannot disable recurring donations
- Lupe
- Topic Author
- Offline
- New Member
-
Less
More
15 years 9 months ago #1497
by Lupe
Cannot disable recurring donations was created by Lupe
I've selected "no" for the "Enable recurring donation" admin option.
And yet, on the donation page, there is still an option to select "recurring donation" as the donation type.
I do not want recurring donations as an option -- how do I turn this off?
And yet, on the donation page, there is still an option to select "recurring donation" as the donation type.
I do not want recurring donations as an option -- how do I turn this off?
Please Log in or Create an account to join the conversation.
- Aaron
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
15 years 8 months ago #1537
by Aaron
Replied by Aaron on topic Re:Cannot disable recurring donations
I am having the same issue. I did a clean install on a test site and the option to disable recurring donations is not working.
Please Log in or Create an account to join the conversation.
- Eric Boone
- Offline
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
15 years 8 months ago #1539
by Eric Boone
Replied by Eric Boone on topic Re:Cannot disable recurring donations
Same here.
Please Log in or Create an account to join the conversation.
- john
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
15 years 8 months ago #1557
by john
Replied by john on topic Re:Cannot disable recurring donations
Same Issue here
Please Log in or Create an account to join the conversation.
- mark landry
- Offline
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
15 years 7 months ago #1622
by mark landry
Replied by mark landry on topic Re:Cannot disable recurring donations
Same issue here - anyone??????
Please Log in or Create an account to join the conversation.
- mark landry
- Offline
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
15 years 7 months ago #1623
by mark landry
Replied by mark landry on topic Re:Cannot disable recurring donations
If I comment out
in components/com_jdonation/views/donation/tmpl/default.php
Will it default to a one-time payment - will this screw anything up??
Code:
<td class="title_cell">
<br>
<?php echo JText::_('JD_DONATION_TYPE'); ?>
</td>
<td class="field_cell">
<br>
<?php echo $this->lists['donation_type']; ?>
</td>
</tr>
<?php
if ($this->donationType == 'onetime')
$style = ' style="display:none" ';
else
$style = '';
?>
<tr id="tr_frequency" <?php echo $style; ?>>
<td class="title_cell">
<?php echo JText::_('JD_FREQUENCY') ; ?>
</td>
<td>
<?php echo $this->lists['r_frequency'];?>
</td>
</tr>
<tr id="tr_number_donations" <?php echo $style; ?>>
<td class="title_cell">
<?php echo JText::_('JD_NUMBER_DONATIONS') ; ?>
</td>
<td>
<input type="text" class="inputbox" name="r_times" value="<?php echo $this->rTimes; ?>" size="10" />
</td>
in components/com_jdonation/views/donation/tmpl/default.php
Will it default to a one-time payment - will this screw anything up??
Please Log in or Create an account to join the conversation.
- mark landry
- Offline
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
15 years 7 months ago #1624
by mark landry
Replied by mark landry on topic Re:Cannot disable recurring donations
Here's a very quick, sort of ugly noob work-around.
I tested this with authorize.net in test mode and joom donation in live mode. Seemed to go through ok
in components/com_jdonation/views/donation/tmpl/default.php change line 206 (or somewhere around 206) to read:
And delete the next <tr> entirely:
Like I said, not too sexy, but it will for us until we get an answer from ossolution.
Hope it helps
I tested this with authorize.net in test mode and joom donation in live mode. Seemed to go through ok
in components/com_jdonation/views/donation/tmpl/default.php change line 206 (or somewhere around 206) to read:
Code:
<tr id="tr_frequency" <?php echo $style; ?>>
<td class="title_cell">
<?php echo '' ; ?>
</td>
<td>
<?php echo 'Sorry, we do not currently support recurring donations. Please contact us at info@info.org for more information';?>
</td>
</tr>
Code:
<tr id="tr_number_donations" <?php echo $style; ?>>
<td class="title_cell">
<?php echo JText::_('JD_NUMBER_DONATIONS') ; ?>
</td>
<td>
<input type="text" class="inputbox" name="r_times" value="<?php echo $this->rTimes; ?>" size="10" />
</td>
</tr>
Hope it helps
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
15 years 6 months ago #1670
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re:Cannot disable recurring donations
Hi
Today , we released version 2.3 of Joom Donation which fixed the issue and some very nice improvements . Please login to your account to download the lastest version and re-install it on your site .
Thanks,
Ossolution Team
Today , we released version 2.3 of Joom Donation which fixed the issue and some very nice improvements . Please login to your account to download the lastest version and re-install it on your site .
Thanks,
Ossolution Team
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Dũng Nguyễn Việt
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.