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) »
  • Receipt and Tell a Friend
Pages: [1] 2

Author Topic: Receipt and Tell a Friend  (Read 3611 times)

coreyapotter

  • Guest
Receipt and Tell a Friend
August 27, 2008, 12:43:47 pm
Where do I go to find the source files that handle the receipt that goes out when a contribution is made?  I need to change the format of this email receipt and the email that is sent to the friend when they use refer-a-friend.
« Last Edit: August 27, 2008, 12:48:01 pm by coreyapotter »

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 and Tell a Friend
August 27, 2008, 05:31:21 pm

check:

http://svn.civicrm.org/civicrm/branches/v2.0/templates/CRM/Contribute/Form/Contribution/Receipt*

http://svn.civicrm.org/civicrm/branches/v2.0/templates/CRM/Friend/Form/

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

coreyapotter

  • Guest
Re: Receipt and Tell a Friend
August 28, 2008, 06:14:12 am
that first link was not found... any idea why?

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Receipt and Tell a Friend
August 28, 2008, 06:22:29 am
Go to http://svn.civicrm.org/civicrm/branches/v2.0/templates/CRM/Contribute/Form/Contribution/

And check files that are starting with Receipt*

Kurund

Found this reply helpful? Support CiviCRM

coreyapotter

  • Guest
Re: Receipt and Tell a Friend
August 29, 2008, 11:55:25 am
I found the files and I was able to edit them, but when I upload the changes to the server and try filling the form out again, the information in the email hasn't changed. 
Do I have to re-install something or somehow activate the change? 

Thanks for the help so far!

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 and Tell a Friend
August 29, 2008, 11:56:51 am

delete files/civicrm/templates_c (the smarty templates cached directory)

or enable debug in administer civicrm and append: directoryCleanup=1 to any civicrm url

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

coreyapotter

  • Guest
Re: Receipt and Tell a Friend
October 14, 2008, 07:44:40 pm
when I try to delete this folder, it gives me the following error:
550 templates_c: Permission denied

I've tried changing the CHMOD info, and made sure all the settings in my FTP program are correct, but I still cant delete this folder. 

I also tried to debug, and had no success, is there any more specific documentation on how to run the debug that will clear these files?


Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Receipt and Tell a Friend
October 14, 2008, 09:28:28 pm
coreyapotter:

Turn on debugging mode and then "Directory Cleanup".

http://drupal.demo.civicrm.org/civicrm/admin/setting/debug?reset=1

Kurund
Found this reply helpful? Support CiviCRM

coreyapotter

  • Guest
Re: Receipt and Tell a Friend
October 14, 2008, 10:08:12 pm
Ok, debugging is enabled, but when I try what you are telling me, nothing happens at all.
My Drupal (and CRM) installation is at http://www.eatsmartmovemoresc.org/members/
What would be the exact URL I need to type to run the cleanup?
I tried http://eatsmartmovemoresc.org/members/admin/settings/debug?reset=1
and it just takes me to the site configuration page.

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Receipt and Tell a Friend
October 14, 2008, 10:23:28 pm
Once you enable debugging.
Try http://eatsmartmovemoresc.org/members/admin/settings/debug?reset=1&directoryCleanup=3

Kurund
Found this reply helpful? Support CiviCRM

coreyapotter

  • Guest
Re: Receipt and Tell a Friend
October 15, 2008, 06:06:57 am
still nothing, just takes me to the site configuration page...

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Receipt and Tell a Friend
October 15, 2008, 08:10:29 am
It will cleanup templates_c. It does not redirect to any place. Take some time to read the documentation.

Kurund
Found this reply helpful? Support CiviCRM

coreyapotter

  • Guest
Re: Receipt and Tell a Friend
October 15, 2008, 08:27:20 am
I've read the documentation for everything I can find on debugging/cleanup and followed the instructions.  The thing is I'm not seeing any results.  The templates_c directory has en_US>en_US>%%01 and lots of other folders with the %%XX name.  THOSE folders are empty, does that mean the directory is cleaned up?

The main thing is, I want to change the email receipt that goes out when someone makes a contribution, and even though I have changed the template file and overwritten the old file, I am still having the old email receipt be sent.


Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Receipt and Tell a Friend
October 15, 2008, 08:55:10 am
Can you join #civicrm (IRC), it will be easier to debug.

Kurund
Found this reply helpful? Support CiviCRM

coreyapotter

  • Guest
Re: Receipt and Tell a Friend
October 15, 2008, 09:11:55 am
I know you must think I'm incompetent, but I'm not able to connect to freenode.net in IRC, are you still at the same address or is it something new?  I use chatzilla if that helps.

Pages: [1] 2
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Receipt and Tell a Friend

This forum was archived on 2017-11-26.