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) »
  • Free event confirmation says payment is expected
Pages: [1]

Author Topic: Free event confirmation says payment is expected  (Read 2042 times)

nazia

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
  • CiviCRM version: 4.2.1
  • CMS version: Joomla
  • PHP version: PHP Built On Linux turin.footholds.net 2.6.32-1.el5.x86_64-grsec #1 SMP Fri Mar 15 00:47:52 EDT 2013 x86_64
Free event confirmation says payment is expected
August 23, 2013, 02:13:00 am
Hi

I've set up a free event. Users do not have to submit any payment yet the event registration email says

'Thank you for your booking. We look forward to meeting you at our event.

Once your payment has been received, you will receive an email with a receipt which will be the confirmation of your booking.'

This is causing concerned participants to call us. How can I fix this?

Thanks

joanne

  • Administrator
  • Ask me questions
  • *****
  • Posts: 852
  • Karma: 83
  • CiviCRM version: 4.4.16
  • CMS version: Drupal 7
Re: Free event confirmation says payment is expected
August 23, 2013, 05:44:50 am
Firstly, what version of CiviCRM are you using?   You are have provided information on everything but your CiviCRM version (4.3.x is the current version).   It isn't really relevant for this post unless it is a very old version, but if you have other queries it could be important to know.


I have not seen the precise wording you have quoted.  It sounds a bit like someone has modified the system message template used for event registrations.  Probably that doesn't matter though.

Go to Events - Manage event.   Then for your event select Configure - Online Registrations.  At the bottom of that page click on Confirmation Email.  Whatever you type in the text box should appear in the confirmation email, instead of the text you are currently getting.

If that doesn't work then you may need to investigate Mailings - Message templates - System Workflow Messages, perhaps someone has customised the online receipt fpr events. 

nazia

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
  • CiviCRM version: 4.2.1
  • CMS version: Joomla
  • PHP version: PHP Built On Linux turin.footholds.net 2.6.32-1.el5.x86_64-grsec #1 SMP Fri Mar 15 00:47:52 EDT 2013 x86_64
Re: Free event confirmation says payment is expected
August 26, 2013, 01:19:33 am
Hi

Thanks for the help.

The version is 4.2.1.

I have checked the online registration email and the message about payment isn't there.

It is in the mailings-message templates. There is some code there as shown below. I'm an accidental techie so am a bit wary of coaching it

.
Quote
registration process.{/ts}</p>
     {/if}
    {elseif $is_pay_later && !$isAmountzero}
     <p>{ts}Once your payment has been received, you will receive an email with a receipt which will be the confirmation of your booking.{/ts}</p>
    {else}
     <p>{ts}Please print this registration confirmation and receipt for your records.{/ts}</p>
    {/if}

   </td>

Does the above code mean I should change the event price to chargeable but £0 instead of setting it as a free event?

joanne

  • Administrator
  • Ask me questions
  • *****
  • Posts: 852
  • Karma: 83
  • CiviCRM version: 4.4.16
  • CMS version: Drupal 7
Re: Free event confirmation says payment is expected
August 26, 2013, 06:16:51 pm
1. Please replace  Database Version 5.1.63-cll on your forum profile with  4.2.1 so that people know which version of CiviCRM you are using.


2. Confirm that on the Configure event fees tab you have selected No for Paid Event.

3. Go to Configure - Online Registrations.  At the bottom of that page click on Confirmation Email.  Put the wording that you want instead of 'Once your payment has been received, you will receive an email with a receipt which will be the confirmation of your booking.' into the text box, save it and see what the receipts say now. 

If that solves your problem don't bother reading on.

I am not sure I am experienced enough to call myself even an accidental techie, but I can usually manage the System workflow messages so I will continue.

If "Once your payment has been received, you will receive an email with a receipt which will be the confirmation of your booking." is still being printed then something is wrong with the logic in the receipt, or the wrong flags are getting set during the event registration.


4. Are you using the default  Events - Registration Confirmation and Receipt (on-line) template? (You are using the default if the only option you have for that receipt is Edit).   
  • If you aren't using the default template are you able to revert to it and see what happens?  (Make a copy of the modified template first and be mindful of other events that may be running)
  • If you are using the default template then perhaps it has been corrupted.  Are you able to upgrade to 4.2.10? If you can't upgrade for some reason then are you able to download the appropriate 4.2.1 tarball from  http://sourceforge.net/projects/civicrm/files/civicrm-stable/4.2.1/  and update the "Events - Registration Confirmation and Receipt (on-line)" message template from there?

5. There is no 5. from me - but perhaps an actually techie has one, or would like to change what I have said.




« Last Edit: August 26, 2013, 07:24:31 pm by jchester »

nazia

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
  • CiviCRM version: 4.2.1
  • CMS version: Joomla
  • PHP version: PHP Built On Linux turin.footholds.net 2.6.32-1.el5.x86_64-grsec #1 SMP Fri Mar 15 00:47:52 EDT 2013 x86_64
Re: Free event confirmation says payment is expected
September 03, 2013, 01:32:01 am
Hi

It seem the problem is under heading 4. There are two 'Events - Registration Confirmation and Receipt'. On is on line and the other offline. There is an option to revert to default.

I cannot see an option to copy the online one before I revert to default? Should I just cut and paste the code somewhere for future reference?

Thanks again.

joanne

  • Administrator
  • Ask me questions
  • *****
  • Posts: 852
  • Karma: 83
  • CiviCRM version: 4.4.16
  • CMS version: Drupal 7
Re: Free event confirmation says payment is expected
September 03, 2013, 03:42:55 am
Yes, copy and paste it manually into a text editor, then revert to the default. 

Assuming that gets rid of the unwanted text, you will need to decide if the default receipt is good enough for your purposes. 


nazia

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
  • CiviCRM version: 4.2.1
  • CMS version: Joomla
  • PHP version: PHP Built On Linux turin.footholds.net 2.6.32-1.el5.x86_64-grsec #1 SMP Fri Mar 15 00:47:52 EDT 2013 x86_64
Re: Free event confirmation says payment is expected
September 03, 2013, 07:39:41 am
Thanks for the help. Issue is now resolved.  :)

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Free event confirmation says payment is expected

This forum was archived on 2017-11-26.