"Print ticket" links broken

Home Forums Ticket Products Event Tickets Plus "Print ticket" links broken

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1442948
    Greg Perham
    Participant

    We use Easy Digital Downloads to handle ticket purchases. On the purchase confirmation page, and in the email receipt, there is a link to “Print ticket”. This link is broken.

    #1445157
    Greg Perham
    Participant

    I figured out a way to remove the broken links, at least:

    add_action( 'edd_download_files', function(){
    remove_filter( 'edd_download_files', array( tribe( 'tickets-plus.commerce.edd' ), 'ticket_downloads' ), 10 );
    }, 9 );
    add_filter( 'edd_receipt_no_files_found_text', '__return_empty_string' );

    #1446679

    Hi Greg,

    Thanks for reaching out!

    I’m glad you were able to find a workaround for the issue for now.  Is there anything else that you need assistance with?

     

    Thanks,

    Jaime

    #1467240
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘"Print ticket" links broken’ is closed to new replies.