Support

Home Forums Event Espresso Premium Price and Final Price

Price and Final Price

Posted: September 11, 2014 at 3:04 am

Viewing 1 reply thread


ariverasmandujano

September 11, 2014 at 3:04 am

Hi

When at confirmation page, the table display a Price and a Final Price. I would like to remove one of those fields. How can I do that?


Dean

September 11, 2014 at 3:37 am

Hi,

You can either edit the confirmation_display.php template, or use CSS:

Remove the Price row

#event_espresso_attendee_verify tbody tr:nth-child(2) {
	display:none;
}

Remove the Total Price row

#event_espresso_attendee_verify tbody tr:nth-child(4) {
	display:none;
}
Viewing 1 reply thread

The support post ‘Price and Final Price’ 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