Is it possible to disable printing tickets?

Home Forums Ticket Products Event Tickets Plus Is it possible to disable printing tickets?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #131121
    teamworks
    Participant

    I don’t want customers to be able to print their own tickets.

    I’ve removed the link to print tickets in the order confirmation template.

    Is there a way to stop the ticket emails being sent out?

    It’d be great if there was an option to enable or disable printing tickets.

    Our use case doesn’t require printed tickets.

    #131355
    Barry
    Member

    Yes – you should be able to stop ticket emails from being generated by adding this (to your theme’s functions.php file or another suitable place):

    add_filter( 'edd_email_ticket_receipt', '__return_false' );

    Does that help?

    #217313
    websource
    Participant

    This should be an Option to choose in the Backend! Does this work?

    #217314
    websource
    Participant

    ..This should be an Option to choose in the Backend! Does this work?

    #686229
    Barry
    Member

    I’m sorry we missed your posts, websource. Please note that we are only notified when the original poster updates the thread – so it is always best to create new threads of your own rather than post in someone else’s.

    It’s been quite a while at this point so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Is it possible to disable printing tickets?’ is closed to new replies.