Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Tickets Purchased on Registration Confirmation Email and Page | Event Espresso - Staging Server

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

Viewing 2 reply threads


Melissa Plotsky

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

  • Support Staff

August 21, 2013 at 3:12 am

Hi Melissa,

You can find all the email tags listed here http://staging.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>


Melissa Plotsky

August 26, 2013 at 3:28 pm

Worked perfectly! Thanks!

Viewing 2 reply threads

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 - Staging Server