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 CiviEvent (Moderator: Yashodha Chaku) »
  • Receipt template
Pages: [1]

Author Topic: Receipt template  (Read 2096 times)

senojeel

  • I post occasionally
  • **
  • Posts: 70
  • Karma: 1
Receipt template
August 09, 2007, 10:26:07 am
Is there any documentation that tells how to customize the email receipt?  In the receipts that are getting sent now, the billing name and address is not showing up and it is in the template.  Maybe there is a setting I am a missing somewhere that you can configure what shows up on the receipt?

Thanks!
Shawn

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: Receipt template
August 09, 2007, 12:00:17 pm

Can you replicate this on our demo, and if so file an issue

thanx

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

senojeel

  • I post occasionally
  • **
  • Posts: 70
  • Karma: 1
Re: Receipt template
August 10, 2007, 07:30:31 am
I can't get far enough in the demo to get a receipt sent.  I tried the Drupal one, but it came pack with a payment processor error.  And there isn't en event example on Joomla demo.

I am looking in the ReceiptMessage.tpl and see the Billing Name and Address there.  And it shows up in the confirmation screen when signing up for the event, so I know the information is there.

Should this:
Code: [Select]
{if $contributeMode ne 'notify' and $is_monetary}
===========================================================
{ts}Billing Name and Address{/ts}

===========================================================
{$name}
{$address}
{/if}

be:
Code: [Select]
{if $contributeMode ne 'notify' and $event.is_monetary}
===========================================================
{ts}Billing Name and Address{/ts}

===========================================================
{$name}
{$address}
{/if}

in the template?



Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Receipt template
August 10, 2007, 11:43:36 am
Sean - I was checking demo - test-driving an Event - to see why your test was failing. I'm also getting an error from PayPal:

10001:Internal Error

Checked on their forums and it looks like there's a problem with their sandbox at the moment. I've reported it here:
https://www.paypaldeveloper.com/pdn/board/message?board.id=wppro&thread.id=3548

Hopefully this will be resolved shortly so you can retry the test. When you do, please use this one so we are looking at the same thing:
https://demo.civicrm.org/drupal/civicrm/event/register?id=1&reset=1&action=preview

thx!
dave
Protect your investment in CiviCRM by  becoming a Member!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Receipt template

This forum was archived on 2017-11-26.