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 CiviMember (Moderator: Deepak Srivastava) »
  • is_renew? is this a token available in membership receipts
Pages: [1]

Author Topic: is_renew? is this a token available in membership receipts  (Read 749 times)

CiviTeacher.com

  • I live on this forum
  • *****
  • Posts: 1282
  • Karma: 118
    • CiviTeacher
  • CiviCRM version: 3.4 - 4.5
  • CMS version: Drupal 6&7, Wordpress
  • MySQL version: 5.1 - 5.5
  • PHP version: 5.2 - 5.4
is_renew? is this a token available in membership receipts
April 11, 2012, 01:06:43 pm
I'd like to customize membership receipt emails with a block of text only seen by renewing members.  Is a token like "is_renew" available?   Don't see anything but just wanted to check if i missed it.
PLMK.  other ideas? 

Thanks.
Try CiviTeacher: the online video tutorial CiviCRM learning library.

joanne

  • Administrator
  • Ask me questions
  • *****
  • Posts: 852
  • Karma: 83
  • CiviCRM version: 4.4.16
  • CMS version: Drupal 7
Re: is_renew? is this a token available in membership receipts
July 07, 2012, 05:07:21 am
For offline receipts you can use {if $receiptType EQ 'membership renewal'}

no idea if it works for online receipts.

joanne

  • Administrator
  • Ask me questions
  • *****
  • Posts: 852
  • Karma: 83
  • CiviCRM version: 4.4.16
  • CMS version: Drupal 7
Re: is_renew? is this a token available in membership receipts
July 30, 2012, 06:27:13 pm
Did you get anywhere with this?

I am interested in pursuing this further for both online and off-line receipts

The default membership off-line receipt contains:

 {if $formValues.receipt_text_signup}
     <p>{$formValues.receipt_text_signup|htmlize}</p>
    {elseif $formValues.receipt_text_renewal}
     <p>{$formValues.receipt_text_renewal|htmlize}</p>


but I can't find where to enter information into those fields are.  Does anyone know where they are?

The default membership on-line receipt only contains:

  {if $receipt_text}
     <p>{$receipt_text|htmlize}</p>

and there is only one field that will be displayed for both new and renewing memberships.

I think the Manage Contribution Pages - Membership page needs two new fields.

As well as the existing:
Title - New Membership
Introductory Message - New Memberships

Title - Renewals
Introductory Message - Renewals

we need:

Receipt message - New Memberships and  Receipt message - Renewals.

These would then be incorporated into the on-line receipts.









Yashodha Chaku

  • Forum Godess / God
  • Ask me questions
  • *****
  • Posts: 755
  • Karma: 57
    • CiviCRM
Re: is_renew? is this a token available in membership receipts
July 31, 2012, 09:38:03 pm
Quote
The default membership off-line receipt contains:

 {if $formValues.receipt_text_signup}
     <p>{$formValues.receipt_text_signup|htmlize}</p>
    {elseif $formValues.receipt_text_renewal}
     <p>{$formValues.receipt_text_renewal|htmlize}</p>


but I can't find where to enter information into those fields are.  Does anyone know where they are?

When you select option to Send Confirmation and Receipt?, you can see the textarea for Receipt Message
where you can set info for receipt_text_signup.
Similarly, when you renew a message you can see Renewal Message.

You might want to file an issue to assign title and introductory message for memberships and renewals for online as well.

HTH
-Yashodha
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMember (Moderator: Deepak Srivastava) »
  • is_renew? is this a token available in membership receipts

This forum was archived on 2017-11-26.