| Cronjobs for Ticketmaster |
|
|
|
|
This is the cronjob part, with urls: Cronjob 1: This cronjob is running every 15 minutes, and creates the PDF files after the payment is in. when a customer is doing a transaction he is automatically confirming his order. This cron will check if the order is paid and confirmed. If these are set to yes, then create a PDF file. It’s creating this tickets limited to 10 in one time, otherwise it will tackle your server and overloads it. Also the reason doing it every 1 minutes. After the tickets are created it will set the tick to the order overview. index.php?option=com_ticketmaster&controller=cronjob&task=createPDF Cronjob 2: This will send all tickets that has been created, paid and confirmed! So after the customer paid his order, 15 minutes later the tickets will be created and 15 minutes later they will be sent. So the process is processed within a maximum of 45 minutes. index.php?option=com_ticketmaster&controller=cronjob&task=sendTickets Will delete all unconfirmed orders. And updates the availability for your event. Processing this cronjob every 24 hours is ore then enough! All unconfirmed tickets older than 3 days will be removed. index.php?option=com_ticketmaster&controller=cronjob&task=NotActivated |





