Support

Home Forums Event Espresso Premium Creating two categories of tickets for the same event

Creating two categories of tickets for the same event

Posted: April 13, 2018 at 5:13 pm


dmhall

April 13, 2018 at 5:13 pm

WordPress Version: 4.7.10
PHP Version: 7.0.28
MySQL Version: 5.5.5
Event Espresso Version: 4.9.61.p

We are hosting an event that will require participants to select a registration ticket ( 2 price points) and a Room & Board ticket (4 price points). How can set up the ticket selector so that each participant selects one ticket from the two categories? Can I visually break up the ticket selector list to distinguish the two categories?

Screenshot of preview of how the page currently looks: https://www.awesomescreenshot.com/image/3296569/b6328e93ee52ba193012478790bfc2eb


Josh

  • Support Staff

April 16, 2018 at 3:29 pm

Hi there,

I’m afraid the ticket selector cannot be set up so it enforces a selection of one ticket each from several ticket types.

You can visually break up the ticket selector list though, by adding some custom CSS to your website. We recommend adding the CSS to the site’s Appearance > Customize > Additional CSS panel.

Here’s an example that could be applied to your screenshot:

.tkt-slctr-tbl tr:nth-of-type(2n+1) {
background-color: #eee;
}

.tkt-slctr-tbl tr:nth-of-type(1n+4){
background-color: #ccc;
}

.tkt-slctr-tbl tr:nth-of-type(5) td{
padding-top: 20px;
}

.tkt-slctr-tbl tr:nth-of-type(3) td{
padding-bottom: 20px;
}
.tkt-slctr-tbl tr td {
padding-left: 30px;
}

The support post ‘Creating two categories of tickets for the same event’ 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