Posted: December 14, 2013 at 2:01 am
|
G’day. Following up on https://eventespresso.com/topic/attendees-receiving-confirmation-email-but-not-appearing-under-attendees/#post-67069 (which was closed while I was busy with other projects at our company), I think maybe the point has been missed a bit. See previous thread for same information, except a currently available event for registration is http://www.ycac.or.jp/event-registration/?ee=22 Here is the Events Espresso procedure (and problems I’m having): Insert Registration Information into Appropriate Fields Verify Registration Receive Confirmation Email (no real issue) Payment Overview Thank You! (Registration Complete) Will be looking out for a reply. Thanks.
|
Hi John, I’ll try to answer each section the best I can.
This is due to JavaScript errors coming from custom.js file which is part of the theme you are currently using, more specifically it is using jQuery incorrectly. I’m assuming (as it’s custom.js) that this is code you have wrote yourself? If not you would need to contact the theme author. If not take a look here http://digwp.com/2011/09/using-instead-of-jquery-in-wordpress/
Event Espresso core allows multipes of one ticket type. However using the Multi Events Registration Add-on (MER for short) you can book multiple ticket types for single or multiple events on one registration. This involves using a ‘Add to Cart’ button to add your events to a cart system, then the user can chose the ticket type/quantity the require. Depending on your setup this can be done through the ‘Event List’ or you can place said button within the event description and direct the user to the cart from there.
Unfortunately any event with a price attached to it requires a gateway and for the user to finalize the registration. It would likely be possible to automatically click the finalize the registration button after the user clicks the Pay-At-The-Door option (possibly JavaScript) although is not something we have in place currently. |
|
|
Re: custom.js, if you have any hints, I’m all ears. Will try to make it not throw all kinds of errors and/or shatter the entire Internet. Re: MER, adding to cart will just overcomplicate the process given that, again, all events are pay-at-the-door. Re: Requirement of a gateway, perhaps it’s about time to implement said option. My limited coding experience suggests it’s not that complicated. This is by no means resolved, please do not close this thread. |
Try using jQuery noConflict(), look at the last example here: http://www.w3schools.com/jquery/jquery_noconflict.asp
Currently core doesn’t allow multiple ticket types within a registration unless usinf MER.
I’ll certainly add this thread to our features request list. |
|
The support post ‘Streamlining Pay at Door (also problems with required questions)’ 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.