Posted: April 8, 2015 at 5:18 pm
|
Hello, So the “Sign-Up” button would function as the Register button of the event page for a single ticket. This way, they will skip the “event page”, which is quite confusing right now according to the initial feedback I have received. Is this possible at all? |
Hi Oguzhan, They’ll need to select the number of tickets they want before advancing to the registration form. |
|
|
I would like to default this to 1, so that they can skip the whole page |
Hi Oguzhan, You can make it default to 1 for an event by making the ticket required, but that will not make it so they can skip the ticket selector step. Part of the design of this checkout is to allow for Multi Event Registration. |
|
|
Hi Josh, |
Hi, that isn’t currently an option out of the box. Clicking on the register button starts the session which holds the registration information for the registrant/attendee. — |
|
|
How could I do this myself? Ideally, I would like to “move” the ticket details, personal information box and the “proceed to payment” button into the event page. I would also like to remove the text in red “This ticket is required and must be purchased.” from the event page if possible. |
Hi, you can check with a developer here on adding this functionality to your site: https://eventespresso.com/developers/event-espresso-pros/ The red text can be hidden by using CSS. You can use a tool like Firebug, Safari Developer Tools, or Chrome Developer Tools to find the element. https://eventespresso.com/wiki/hide-certain-elements-event-espresso-pages-using-css/ Then you can attach that to display none. .espresso_events .ticket-required-pg {display:none} — |
|
|
Hi Lorenzo, The css solution worked, thanks. Hopefully in the future versions, it will be easier to manage the ticket sell / check out pages. I could imagine a very straightforward checkout single page for a simple event, or a more detailed combination of pages like the current version for more options.. At the moment, I cannot afford the $500 – $5000 development fee quoted in the espresso pros page. |
Hi, Those are quotes for an average project which may have a list of requirements. I would still contact the professionals to see if they can help you. — |
|
The support post ‘A quicker checkout – is it possible to skip the "event page"?’ 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.