Remove mention in email

Home Forums Ticket Products Event Tickets Plus Remove mention in email

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #911471
    eyaka
    Participant

    Hello,

    I’m using WooTickets and in the email sent to the customer I have the following mention : “Vous recevrez vos billets dans un autre e-mail.”

    Where can I remove it properly ? Maybe in functions.php ?

    Solutions found in https://theeventscalendar.com/support/forums/topic/order-confirmation-email-remove-youll-receive-your-ticket-in-another-email/ are not working…

    Thanks
    Have a good day.

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

    #911629
    Brian
    Member

    Great, thanks for sharing that snippet and glad you got it working.

    I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove mention in email’ is closed to new replies.