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
How can I hide the registration ID and the transaction ID on this page? | Event Espresso - Staging Server

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

Viewing 4 reply threads


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


Anonymous

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


Anonymous

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 :)

Viewing 4 reply threads

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