Support

Home Forums Event Espresso Premium Table selection

Table selection

Posted: March 18, 2022 at 9:31 am

Viewing 1 reply thread


GoEvents101

March 18, 2022 at 9:31 am

I am doing the tickets for a luncheon, there are 60 tables with 9 people per table. When purchasing tickets I want them to choose their table. For my ticketing I have 60 tables with 9 tickets available at each table, the list of 60 tables is really long. As tables fill up is there a way to hide the sold-out tables or have them move to the bottom, so people don’t have to scroll past several lines of full tables?


Tony

  • Support Staff

March 21, 2022 at 4:45 am

Hi there,

You can use some CSS to hide tickets that have a status of sold out from the ticket selector:

.tkt-slctr-tbl .ticket-sales-sold-out {
    display: none;
}

Add that to Dashboard -> Appearance -> Customize -> Additional CSS.

Viewing 1 reply thread

The support post ‘Table selection’ 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