Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-15257

recurring msg template states number of installments - even when unlimited

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Trivial
    • Resolution: Fixed/Completed
    • Affects Version/s: 4.4.6
    • Fix Version/s: 4.5
    • Component/s: None
    • Labels:
      None
    • Documentation Required?:
      None

      Description

      file in xml/templates/message_templates/contribution_recurring_notify.html.tpl (& text.tpl)

      Say
      <p>

      {ts 1=$recur_frequency_interval 2=$recur_frequency_unit 3=$recur_installments}

      This recurring contribution will be automatically processed every %1 %2(s) for a total of %3 installment(s).

      {/ts}</p>

      in fact it needs to be something like

      <p>{ts 1=$recur_frequency_interval 2=$recur_frequency_unit }This recurring contribution will be automatically processed every %1 %2(s){/ts}

      {if $recur_installments }

      {ts 3=$recur_installments}

      for a total of %3 installment(s)

      {/ts} {/if}

      .</p>

      Arguably you could be a bit cleverer about installment(s) & make it installments and change the wording more significantly if installments = 1. There is only one use case I know of for a single installment here - which is to do a delayed payment for Authorize.net - something like 'Your payment will be processed on x date' would make more sense in this single-recurring payment situation

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                yashodha Yashodha Chaku
                Reporter:
                eileen Eileen McNaughton
              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: