Posted: June 23, 2014 at 10:24 pm
|
wish to know what’s the equivalent short code of below in EE3 [ESPRESSO_TICKET_SELECTOR event_id=”your_event_id”] searched a bit on forum didn’t get to figure out. |
Hi Sudhir, It turns out Event Espresso 3 doesn’t have an equivalent ticket selector to Event Espresso 4. The functionally closest shortcode would be the [ESPRESSO_REG_FORM] shortcode: https://eventespresso.com/wiki/shortcodes-template-variables/#reg-form or even the [SINGLEEVENT] shortcode: https://eventespresso.com/wiki/shortcodes-template-variables/#single-events |
|
Hi, Registration form is the closest option: https://eventespresso.com/wiki/shortcodes-template-variables/#reg-form In Event Espresso 3, you select a pricing option and enter attendee on the same page. In version 4, you select a ticket or tickets and enter attendee information on the next page. — |
|
|
thanks Josh & Loreno let me check the above I basically want customer to select the ticket quantity first from drop down and then enter their details in EE3. |
|
Hi, The only way to do that in EE3 is via the Multiple Event Registration addon. The process would be: User adds one or more events to cart. Here is the docs: https://eventespresso.com/wiki/multiple-event-registration-add-on/ |
|
my client needs this urgently..i thought this would be in EE3 when is ee4 & wordpress integration expected ? |
Hello, Are you referring to something like this: http://cl.ly/image/1R2V3q043k0t We do not have an estimate on when the WP members integration will be available. — |
|
|
Dear Lorenzo no standard ticketing portal you would go and select ticket numbers at the end . |
|
Hi, As per the above, the Multiple Event Registration addon would allow your customers to select the number of tickets first, before entering their details. If that is not suitable, then you can either do as Lorenzo suggested (not take additional attendee information and just have a dropdown for the number of tickets) or stay with the standard registration which has the attendees fill in their information (no tickets as such are selected as each attendee is a ticket). |
|
Thank You all EE4 look promising but there you do not have even wordpress integration making it unusable as even after booking the customer cannot login and see his tickets online under his profile. |
Hi Sudhir, If what you’re after involves moving the number-of-tickets selector to a different location, this can be done with a bit of jQuery. For example, if you add this to your (document).ready(function($) jQuery('.espresso_additional_limit').insertAfter('p.event_prices'); The ticket quantity selector will then appear right after the ticket option selector, like this. For more flexibility (eg. multiple quantities of multiple ticket types) though, Event Espresso 3’s Multi Event Registration is recommended as Dean suggested earlier. |
|
The support post ‘event ticket selector in EE3’ 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.