eyaka Profile Topics Started Replies Created Search replies: Forum Replies Created Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 26, 2015 at 12:37 am in reply to: Ticket wrong end date #937478 eyakaParticipant Yes it’s related to this issue. I changed the date and hour format and now I can save ticket without bug. Thanks January 23, 2015 at 7:00 am in reply to: Ticket wrong end date #936706 eyakaParticipant Yes it was 12:00. I tried with 2015-01-01 @ 12:05 AM and 2015-01-01 @ 08:00 AM and it’s working. The problem seems to be “12:00” … You know where it may come ? December 8, 2014 at 5:42 am in reply to: Remove mention in email #911558 eyakaParticipant Using this function replace the text by an empty string : add_filter( ‘wootickets_email_message’, ‘replace_wootickets_order_msg’ ); function replace_wootickets_order_msg() { return ”; } December 1, 2014 at 9:04 am in reply to: Ticket wrong end date #903980 eyakaParticipant Hi, It’s working but the hour is reset to 00:00 am after the validation. But… its kind of manipulation isn’t very easy for my client 🙂 Thanks Author Posts Viewing 4 posts - 1 through 4 (of 4 total)