Posted: 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/ 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. |
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. |
|
|
Hi Tony, 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. Only copy the above information to the following selected additional attendees. Fees $80 Attendee #2 ” Thanks, |
Hi Charu, That can be done with a line of CSS: https://gist.github.com/lorenzocaum/b59a8f4aeb8faea76eec — |
|
|
Thanks a lot Lorenzo. That works great! |
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.