If you arrive late for your time slot or do not show up, you will not be able to receive a refund.
Important information: If your voucher indicates that you must arrive before your activity start time (ex. 30 min prior), you must be there at that time. Failure to arrive on time may result in a no-show.
| # | Time | Query |
|---|---|---|
| 1 | 3.82 ms | SELECT url, namespace, method, content_redirection FROM `redirect` WHERE status = 1 |
| 2 | 5.28 ms | INSERT INTO `log_customer` ( `id` , `id_customer` , `log` , `date` ) VALUES( NULL , NULL ,... |
| 3 | 0.46 ms | SELECT * FROM `languages` WHERE TRUE AND `short` = 'en' |
| 4 | 0.38 ms | SELECT * FROM `languages` WHERE TRUE AND `name` = 'English' |
| 5 | 0.49 ms | SELECT f.*, m.id_language, m.question, m.answer FROM `faq_questions` AS f INNER JOIN `faq_question_meta` AS m on f.id = m.id_faq_question WHERE TRUE AND f.`id` = 58 AND m.`id_language` = 1 ORDER BY `id` desc LIMIT 0 , 30 |
| 6 | 1.22 ms | SELECT f.*, m.id_language, m.title FROM `faq_topics` AS f INNER JOIN `faq_topic_meta` AS m on f.id = m.id_faq_topic WHERE TRUE AND f.`id` = 4 AND f.`type` = '1' AND m.`id_language` = 1 ORDER BY `id` desc LIMIT 0 , 30 |
| 7 | 0.63 ms | SELECT f.*, m.id_language, m.title FROM `faq_topics` AS f INNER JOIN `faq_topic_meta` AS m on f.id = m.id_faq_topic WHERE TRUE AND f.`type` = '1' AND m.`id_language` = 1 ORDER BY `show_order` ASC LIMIT 0 , 30 |