Is there a way for me to to a custom registration link for an event? I’m only allowing 1 ticket per order. Is there a way I can do this without purchasing an add on?
I’m only allowing 1 ticket per order.
You can set the “Maximum number of tickets allowed per order for this event” setting to 1 in the event editor: http://www.screencast.com/t/pPgHd9vysAM
Please let us know if you have any further questions.
Not really…. The way the single event is set up, is showing the details and then the option to select how many tickets you want before submitting to the registration form, right? Well, I am trying to create that link outside of the espresso_ticket_selector() because I’m creating a custom table for the single events.
The reg process will still need to process a ticket selection form if the max quantity is 1 and there’s only one type of ticket to be selected. You can add something like this to your custom stylesheet to hide the table that shows ticket information:
.tkt-slctr-tbl {
display:none;
}
Viewing 3 reply threads
The support post ‘Registration Link’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.