Support

Home Forums Event Espresso Premium Hiding invoice in EE3

Hiding invoice in EE3

Posted: December 20, 2019 at 6:33 pm

Viewing 1 reply thread


Jason Lee

December 20, 2019 at 6:33 pm

Hi there,

Is there a way to hide the Invoice column or at least make the invoice links not show up on the page using the short code [ESPRESSO_MY_EVENTS] in EE3?

Thanks


Tony

  • Support Staff

December 23, 2019 at 3:59 am

Hi Jason,

The easiest way without creating your own function to output the table is using some CSS:

.my_events_table th:nth-of-type(8),
.my_events_table td:nth-of-type(8) {
    display: none;
}

That will remove the invoice from the default table output assuming it is still the 8th column in the table, if not just adjust the number to suit.

You can add that to your site in Dashboard -> Appearance -> Customize -> Additonal CSS.

Viewing 1 reply thread

The support post ‘Hiding invoice in EE3’ 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