Support

Home Forums Event Espresso Premium How to prevent attendee to change their information

How to prevent attendee to change their information

Posted: June 23, 2017 at 12:12 am

Viewing 3 reply threads


ascjon

June 23, 2017 at 12:12 am

After attendee paid they can change their own information via a link, how can I disable this (i.e. no link will be available for them to edit info, not just hiding the link) so they cannot transfer/resell the ticket to other person?

Thanks.


Josh

  • Support Staff

June 23, 2017 at 2:50 pm

Hi there,

Some folks use CSS to hide the links, but you can completely remove them by making a copy of the thank-you-page-registration-details.template.php and you put the copy into your WordPress theme’s folder (we recommend building a a child theme so you don’t lose your customizations).

The code you’ll remove from your copy is on line 60

https://github.com/eventespresso/event-espresso-core/blob/master/modules/thank_you_page/templates/thank-you-page-registration-details.template.php#L60

and on lines 92-94:

https://github.com/eventespresso/event-espresso-core/blob/master/modules/thank_you_page/templates/thank-you-page-registration-details.template.php#L92


ascjon

June 26, 2017 at 1:47 am

There is one more link they can change the registration details from the Order Confirmation Receipt


Tony

  • Support Staff

June 26, 2017 at 3:13 am

You can remove that within:

Event Espresso -> Messages -> Default Message templates -> Receipt.

Look within the TICKET_LIST section (or search for ‘edit’)

You’ll find something like this:

<img class="icon" src="/core/templates/global_assets/images/users-16x16.png">Registration Details<span class="small-text link">( <a class="print_button noPrint" href=[PRIMARY_REGISTRANT_FRONTEND_EDIT_REG_LINK]">edit</a> )</span>

Remove the span so you have:

<img class="icon" src="/core/templates/global_assets/images/users-16x16.png">Registration Details

Then save the template.

Viewing 3 reply threads

The support post ‘How to prevent attendee to change their information’ 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