CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • System Workflow Templates - Tokens
Pages: [1]

Author Topic: System Workflow Templates - Tokens  (Read 694 times)

lcdweb

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1620
  • Karma: 116
    • www.lcdservices.biz
  • CiviCRM version: many versions...
  • CMS version: Joomla/Drupal
  • MySQL version: 5.1+
  • PHP version: 5.2+
System Workflow Templates - Tokens
March 20, 2010, 02:53:42 pm
It seems that the system workflow templates for contributions lack any tokens to handle recurring contribution details. I'm assuming that's because each receipt represents a single donation? I really think we need something that indicates a contrib is recurring, even if it's worded in a way that distinguishes the fact that each individual contrib will be processed and receipted.

support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

lcdweb

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1620
  • Karma: 116
    • www.lcdservices.biz
  • CiviCRM version: many versions...
  • CMS version: Joomla/Drupal
  • MySQL version: 5.1+
  • PHP version: 5.2+
Re: System Workflow Templates - Tokens
March 20, 2010, 06:29:30 pm
The necessary tokens for this are available to the template -- they just aren't listed in the tokens popup. In the Amount value cell, recommend we add something like:

Code: [Select]
{if $is_recur}
    <br /><em> This is a recurring contribution. Your credit card or PayPal account will be charged every {$frequency_interval} {$frequency_unit}. You may cancel your recurring contribution at any time using the link provided in the receipt emailed from PayPal.</em>
{/if}

(may need to be generalized better)
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • System Workflow Templates - Tokens

This forum was archived on 2017-11-26.