eyaka

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Ticket wrong end date #937478
    eyaka
    Participant

    Yes it’s related to this issue.

    I changed the date and hour format and now I can save ticket without bug.

    Thanks

    in reply to: Ticket wrong end date #936706
    eyaka
    Participant

    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 ?

    in reply to: Remove mention in email #911558
    eyaka
    Participant

    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 ”;
    }

    in reply to: Ticket wrong end date #903980
    eyaka
    Participant

    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

Viewing 4 posts - 1 through 4 (of 4 total)