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) »
  • Automatic Receipts - Date not working
Pages: [1]

Author Topic: Automatic Receipts - Date not working  (Read 1242 times)

nepalchi

  • Guest
Automatic Receipts - Date not working
February 15, 2009, 03:19:02 pm
Hello Members,

I successfully installed CiviCRM 2.1 with Drupal and it has been working great for a small non-profit like ours. However, the receipt date does not get printed on the automatic email receipts. I am out of options and would like some directions from you. Here is the block of code (default) from Message.tpl:

===========================================================
{ts}Contribution Information{/ts}

===========================================================
{ts}Total Amount{/ts}: {$formValues.total_amount|crmMoney}
{ts}Contribution Type{/ts}: {$formValues.contributionType_name}
{if $receive_date}
{ts}Received Date{/ts}: {$receive_date|truncate:10:''|crmDate}
{/if}

{if $formValues.paidBy}
{ts}Paid By{/ts}: {$formValues.paidBy}
{/if}
{if $formValues.trxn_id}
{ts}Transaction ID{/ts}: {$formValues.trxn_id}
{/if}

{if $ccContribution}
===========================================================

Everything BUT the received date works in the email. Also, how do I enter the name of the customer (Dear XYZ) on the receipt?

I would greatly appreciate it if you could point me in the right direction.

Thanks!
« Last Edit: February 15, 2009, 03:21:31 pm by nepalchi »

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Automatic Receipts - Date not working
February 15, 2009, 03:43:24 pm

what payment processor are you using?

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

nepalchi

  • Guest
Re: Automatic Receipts - Date not working
February 15, 2009, 03:48:37 pm
Lobo,

I have not gone that far, yet. We are entering off-line donations and when I check the BOX, I get an e-mail but w/o the receipt date.

Thank you for taking time to answer my quesiton.

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Automatic Receipts - Date not working
February 15, 2009, 04:39:14 pm

i reproduced this issue on demo, but this is fixed in 2.2 (which is currently in beta2)

So an upgrade will fix this issue.

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

nepalchi

  • Guest
Re: Automatic Receipts - Date not working
February 16, 2009, 08:04:16 pm
Thanks!! If someone is looking for a fix before the official release, please refer to: http://forum.civicrm.org/index.php/topic,5287.0.html.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Automatic Receipts - Date not working

This forum was archived on 2017-11-26.