Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.4.5
-
Fix Version/s: 4.5
-
Component/s: CiviContribute
-
Labels:
Description
In between versions 4.2 and 4.4 the descriptive text for recurring contributions has disappeared from the standard contribution page. End-users should know what they commit to, and how to cancel that commitment, when they make a recurring contribution to an organization. If this text was discarded on purpose please explain why, otherwise please reinstate it as follow.
File: templates/CRM/Contribute/Form/Contribution/Main.tpl, line 156, add:
<p><span class="description">
{if $is_email_receipt}
{ts}
You will receive an email receipt for each recurring contribution. The receipts will include a link you can use if you decide to modify or cancel your future contributions.
{/ts} {/if}</span></p>
You can assign this issue to me if you need a proper PR.