Cannot disable recurring donations

More
14 years 8 months ago #1497 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?

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

More
14 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.

More
14 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.

More
14 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.

More
14 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.

More
14 years 7 months ago #1623 by mark landry
Replied by mark landry on topic Re:Cannot disable recurring donations
If I comment out
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.

More
14 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:
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>
And delete the next <tr> entirely:
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>
Like I said, not too sexy, but it will for us until we get an answer from ossolution.

Hope it helps

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

More
14 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

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

Moderators: Mr. DamDũng Nguyễn Việt