Merge pull request #18360 from colemanw/fixMultiInProfile
[civicrm-core.git] / templates / CRM / Member / Form / Membership.hlp
CommitLineData
6a488035
TO
1{*
2 +--------------------------------------------------------------------+
1188c7a8 3 | Copyright CiviCRM LLC. All rights reserved. |
6a488035 4 | |
1188c7a8
TO
5 | This work is published under the GNU AGPLv3 license with some |
6 | permitted exceptions and without any warranty. For full license |
7 | and copyright information, see https://civicrm.org/licensing |
6a488035
TO
8 +--------------------------------------------------------------------+
9*}
10{htxt id="id-auto_renew-title"}
11 {ts}Auto Renew{/ts}
12{/htxt}
13{htxt id="id-auto_renew"}
0865a4ed
CW
14 <p>{ts}A recurring payment (subscription) request will be submitted to the selected payment processor. If the request is successful, this membership will be automatically renewed on the last day of the membership period until the recurring payment is cancelled. Membership payment receipt emails will include a link for the member to cancel the auto-renewal.{/ts}</p>
15 {if $params.action eq 2}
16 <p>{ts}To cancel automatic renewal:{/ts}</p>
17 <ul>
18 <li>{ts}If this recurring payment uses a processor which has support for integrated cancellation, click "Cancel" on this form, and use the "Cancel Auto-renew Subscription" action (click "more" in the membership listing row).{/ts}</li>
19 <li>{ts}If you do not see the "Cancel Auto-renew Subscription" action, you will need to cancel the associated Recurring Contribution record from the Contributions tab. <strong>In this case you must also manually cancel the recurring payment from the payment processor website</strong>.{/ts}</li>
20 </ul>
21 {/if}
6a488035 22{/htxt}
beac1417
MW
23{htxt id ="id-from_email"}
24 <p>{ts}Select the "FROM" Email Address for this mailing from the dropdown list. Available email addresses are configurable by users with Administer CiviCRM permission. EXAMPLE: "Client Services" &lt;clientservices@example.org&gt;{/ts}</p>
25{if $params.isAdmin}
26 {capture assign="fromConfig"}{crmURL p="civicrm/admin/options/from_email_address" q="reset=1"}{/capture}
27 <p>{ts 1=$fromConfig}Go to <a href='%1'>Administer CiviCRM &raquo; Communications &raquo; FROM Email Addresses</a> to add or edit email addresses. Make sure these email addresses are valid email accounts with your email service provider.{/ts}</p>
28{else}
29 {ts}Contact your site administrator if you need to use a "FROM" Email Address which is not in the dropdown list.{/ts}
30{/if}
31{/htxt}