Support

Home Forums Events Calendar Add-on EE4 Multiple ticket prices for event

EE4 Multiple ticket prices for event

Posted: July 22, 2016 at 4:54 pm


Charu Chandiram

July 22, 2016 at 4:54 pm

I was under the impression that in EE4 it is possible to support multiple ticket prices for a single event.

I have created a sample to demo the issue. There are 3 different tickets for an event with different prices. However on the registration page there is no dropdown with the different options.

See http://classicalhatayoga.com/events/2017-january-bhuta-shuddhi-bellevue/
pwd: 201701BS

Click on register.

Only the first ticket shows up.

How do I get a dropdown to show up so the user can select a ticket price?

Thanks.


Tony

  • Support Staff

July 25, 2016 at 4:01 am

Hi there,

The user selects their ticket from the ticket selector shown within the event details page, currently you have some CSS within your child theme to hide the qty section of the ticket selector – http://take.ms/GmOiS

It also looks like you have the max amount of tickets per order set to 1 for your event, it’s the option within the ‘Event Registration Options’ meta box – http://take.ms/vDYz6 (set to 10 in this example)

So because that setting is set to 1, EE uses checkboxes on your tickets and defaults to the first ticket. So whe users are clicking the register button on your event, they are selecting the first ticket and going onto the registration steps.

So you’ll need to remove these two selectors from your child themes style.css file:

.ee-ticket-selector-ticket-qty-th {display: none;}

.ticket-selector-tbl-qty-slct {display: none;};

That will show your ticket selector like THIS and allows your users to select between the different ticket options.


Charu Chandiram

July 25, 2016 at 3:32 pm

Hi Tony,
Thanks for your help. With those changes I am able to know select quantities for each ticket.

I am however running into an issue on the registration page. It now gives an option to re-use attendee 1’s info for attendee two but this is all personal details which will be different for each person. Is there a way to disallow using attendee 1’s info for other attendee’s and require that all info is entered for each attendeed.

Use Attendee #1’s information for ALL attendees

“This option allows you to use the above information for all additional attendee question fields. Please note: some events may have additional questions that you may still be required to answer in order to complete your registration.
basic copy options

Only copy the above information to the following selected additional attendees.

Fees $80

Attendee #2 ”

Thanks,
CHaru


Lorenzo Orlando Caum

  • Support Staff

July 25, 2016 at 3:53 pm

Hi Charu,

That can be done with a line of CSS:

https://gist.github.com/lorenzocaum/b59a8f4aeb8faea76eec


Lorenzo


Charu Chandiram

July 25, 2016 at 4:21 pm

Thanks a lot Lorenzo. That works great!


Tony

  • Support Staff

July 26, 2016 at 3:59 am

I’m glad you have it working.

If you have any further questions just let us know.

The support post ‘EE4 Multiple ticket prices for 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