urbandigital
April 9, 2014 at 8:32 am
How do I add the venue name on the confirmation email we receive when a client registers?
Lorenzo Orlando Caum
April 9, 2014 at 10:43 am
Add New Note to this Reply
Hello,
What version of Event Espresso are you currently using?
—
Lorenzo
urbandigital
April 10, 2014 at 5:54 am
Add New Note to this Reply
Hi. We’re using version 3.1.34.P of event espresso.
Dean
April 10, 2014 at 6:49 am
Add New Note to this Reply
Hi,
In EE3 the admin email is not easily editable (EE4 allows this).
In order to edit it you would need to modify a core file.
In event-espresso/includes/functions/email.php, approx. line 408 is a function called espresso_prepare_admin_email
In that function is the data for the email.
Just after this
<td>" . $data->attendee->email . "</td>
I added this
<td>" . $data->event->venue_name . "</td>
Screenshot http://take.ms/u5qmx
As mentioned, EE4 allows all emails to be edited from the dashboard area.
urbandigital
April 11, 2014 at 7:32 am
Add New Note to this Reply
Hi. Thank you for the reply.
Lorenzo Orlando Caum
April 11, 2014 at 11:43 am
Add New Note to this Reply
Hello,
I also wanted to mention that a newer version of Event Espresso 3 is available. Please see this page for information on the fixes:
https://eventespresso.com/wiki/change-log/
Be sure to backup before making any changes.
—
Lorenzo