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 »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Admin > New Contribution > edit confirmation email
Pages: [1]

Author Topic: Admin > New Contribution > edit confirmation email  (Read 2349 times)

netstepinc

  • Guest
Admin > New Contribution > edit confirmation email
February 28, 2010, 10:34:52 am
Our front-end contribution pages are working great, however, I can't find where to edit the admin "New Contribution" confirmation message.
I've searched the database and file system with no luck.


Thanks for your support.
Please print this receipt for your records.
===========================================================
Contribution Information
===========================================================
Contribution Type: ****
Total Amount: $ 1,230.00
Received Date: February 19th, 2010
Paid By: ****

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: Admin > New Contribution > edit confirmation email
February 28, 2010, 05:00:45 pm

what version?

if 2.1.x (as your profile indicates), check:

http://wiki.civicrm.org/confluence/display/CRMDOC/Customizing+CiviCRM+Screens

else if 3.1, you can edit them in the message templates section of administer civicrm

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

netstepinc

  • Guest
Re: Admin > New Contribution > edit confirmation email
February 28, 2010, 05:35:13 pm
Thank you for the reply.
Updated profile: Using Civi 3.0.3

But...changing the text of the admin "New Contribution" receipt message is not self-evident.
I've picket through every screen in admin.
I apologize if I'm asking a bone headed question.

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Admin > New Contribution > edit confirmation email
February 28, 2010, 05:55:26 pm
in 3.0.x and earlier versions, you need to modify template files to change receipt text / format. In 3.1, you can do this via Administer >> Configure >> Message Templates.

The link above provides info on modifying template files.
The actual templates you'll need to look at are:

Offline contributions (done by your staff in the 'backend') : civicrm/templates/CRM/Contribute/Form/ReceiptMessageOffline.tpl
Online contributions (from one of your online contribution pages, if you're using that): civicrm/templates/CRM/Contribute/Form/Contribution/ReceiptMessage.tpl
Protect your investment in CiviCRM by  becoming a Member!

netstepinc

  • Guest
Re: Admin > New Contribution > edit confirmation email
February 28, 2010, 06:36:10 pm
You are fantastic!
Thank you.

webdean

  • Guest
Re: Admin > New Contribution > edit confirmation email
March 24, 2010, 12:07:42 pm
I am trying to send a confirmation email to volunteers (custom profile) who have signed up. I see there is a response page that prints their info but we want to send an email to them as well.

Here is the volunteer page:
http://www.autism-alabama.org/get-involved/volunteer.html

It is setup in joomla through the menu system and linked to that custom profile.

I've looked in the "Administer CiviCRM" > "Headers, Footers, and Automation" but can't find where I can explicitly assign the confirmation messages.

Does the upgrade to 3.0 handle this?

Thanks in advance!

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: Admin > New Contribution > edit confirmation email
March 24, 2010, 01:27:13 pm

no, this is not part of 3.2 or prior

the best way to do this is by implementing the postProcess hook and sending the email with the contents of the form submitted email. Check:

http://wiki.civicrm.org/confluence/display/CRMDOC/CiviCRM+hook+specification#CiviCRMhookspecification-hookcivicrmpostProcess

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

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Admin > New Contribution > edit confirmation email

This forum was archived on 2017-11-26.