Support

Home Forums Event Espresso Premium How can I hide the registration ID and the transaction ID on this page?

How can I hide the registration ID and the transaction ID on this page?

Posted: September 16, 2013 at 1:39 am


Jennifer Benn

September 16, 2013 at 1:39 am

http://worldofvirtues.com/thank-you/?r_id=28-5236b4239e969&id=199&payment_type=cash_check&type=bank


Tony

  • Support Staff

September 16, 2013 at 1:47 am

Hi Jennifer,

If you copy event-espresso/templates/payment_overview.php to wp-uploads/uploads/espresso/templates/ you can then alter this file so it will keep the modifications after event espresso updates.

Within the new file delete lines 48 to 58. This will remove those two fields.


Jennifer Benn

September 16, 2013 at 2:46 am

Thanks Tony. It’s working now. Is it possible to change the styling so that the field labels don’t squash up against the fields (move them apart slightly)?

Regards
Jenny


Tony

  • Support Staff

September 16, 2013 at 3:12 am

You could add something like:

.espresso_payment_overview td:nth-child(2) {
padding-left: 10px;
}

Which will add padding to the td cells. Adjust to 10px for the spacing needed.


Jennifer Benn

September 16, 2013 at 4:12 am

Thanks 🙂

The support post ‘How can I hide the registration ID and the transaction ID on this 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