Support

Home Forums Event Espresso Premium Tickets Purchased on Registration Confirmation Email and Page

Tickets Purchased on Registration Confirmation Email and Page

Posted: August 20, 2013 at 6:05 pm


Andrew

August 20, 2013 at 6:05 pm

Hi —

We use the group registration option that allows customers to select the amount of tickets (or, in our case, stand up paddle board rentals) that they are purchasing. Is there a shortcode for putting this amount in the registration confirmation email — and can you show me the code to add it to the registration confirmation page, too?

Thanks!

~Melissa


Dean

August 21, 2013 at 3:12 am

Hi Melissa,

You can find all the email tags listed here https://eventespresso.com/wiki/custom-email-tags/, the one you will want is [ticket_qty]

Adding it to the Confirmation page is a little more complex.

You will need to copy the confirmation_display.php file to wp-content/uploads/templates folder and edit it. Add the following to around line 47

					<tr>
						<th scope="row" class="header"><?php _e('Boards Quantity:', 'event_espresso'); ?></th>
						<td><span class="event_espresso_value"><?php echo $num_people; ?></span></td>
					</tr>


Andrew

August 26, 2013 at 3:28 pm

Worked perfectly! Thanks!

The support post ‘Tickets Purchased on Registration Confirmation Email and Page’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso