Support

Home Forums Event Espresso Premium Change Reservation Time

Change Reservation Time

Posted: February 17, 2018 at 10:25 pm


inside

February 17, 2018 at 10:25 pm

i need to change reservation time to 10min and after that ticket will be return available


inside

February 18, 2018 at 12:21 am

i change session lifespan to 5min like this

add_filter( 
'FHEE__EE_Session__construct___lifespan', 
'ee_change_reg_time_limit' 
);
function ee_change_reg_time_limit() {
 return 5 * MINUTE_IN_SECONDS;
}

session has expired but the ticket not return available it still reserved


Josh

  • Support Staff

February 19, 2018 at 10:41 am

Hi there,

The reserved count gets automatically updated on a scheduled cron task later. If you want to add an additional cron task to do additional reserved count requests you can add a plugin like this one:

https://gist.github.com/joshfeck/19cf49a2a30e939cca6d0a7014f7c183


inside

February 19, 2018 at 10:32 pm

Hi josh

thank you for your help, i can send the ticket pdf not url of the ticket with mail “Ticket Notice” ?


Tony

  • Support Staff

February 20, 2018 at 2:27 am

Hi there,

EE does not currently support sending the PDF directly within the email so you can only send the link at this time.

The support post ‘Change Reservation Time’ 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.

Event Espresso